#53BC4C

Color #53BC4C Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #53BC4C

Tints of Apple #53BC4C

Color information

#53BC4C (or 0x53BC4C) is unknown color: approx Apple. HEX triplet: 53, BC and 4C. RGB value is (83,188,76). Sum of RGB (Red+Green+Blue) = 83+188+76=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BC4C is #AC43B3. Grayscale: #909090. Windows color (decimal): -11289524 or 5028947. OLE color: 5028947.

HSL color Cylindrical-coordinate representation of color #53BC4C: hue angle of 116.25º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53BC4C is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB8318876-
CMYK0.5600.600.26
HSL116.25º45.53%51.76%-
HSV(B)116.25º59.57%73.73%-
XYZ22.8638.3313.03-
YUV143.8489.7184.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 188 (73.83% from 255) = 54.18%
BLUE value IS 76 (30.08% from 255) = 21.90%
R=23.92%
G=54.18%
B=21.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal83188760.5600.600.26116.2545.5351.76
Hex53BC4C3803C1A742e34
Octal12327411470074321645664
Binary10100111011110010011001110000111100110101110100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53BC4C; }

 p { color: rgb(83,188,76); }

 H1.HeaderClassName
 {
   color: #53BC4C;
 }
 .AnyTagClassName
 {
   color: #53BC4C;
 }
</style>
background-color css

<style>
 a { background-color: #53BC4C; }

 a { background-color: rgb(83,188,76); }

 div.DivClassName
 {
   background-color: #53BC4C;
 }
 .BgClassName
 {
   background-color: #53BC4C;
 }
</style>
border-color css

<style>
 span { border-color: #53BC4C; }

 span { border-color: rgb(83,188,76); }

 td.TdClassName
 {
   border-color: #53BC4C;
 }
 .TagClassName
 {
   border-color: #53BC4C;
 }
</style>