#5FCA52

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

Shades of Apple #5FCA52

Tints of Apple #5FCA52

Color information

#5FCA52 (or 0x5FCA52) is unknown color: approx Apple. HEX triplet: 5F, CA and 52. RGB value is (95,202,82). Sum of RGB (Red+Green+Blue) = 95+202+82=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCA52 is #A035AD. Grayscale: #9C9C9C. Windows color (decimal): -10499502 or 5425759. OLE color: 5425759.

HSL color Cylindrical-coordinate representation of color #5FCA52: hue angle of 113.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FCA52 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB9520282-
CMYK0.5300.590.21
HSL113.5º53.1%55.69%-
HSV(B)113.5º59.41%79.22%-
XYZ27.3645.2815.28-
YUV156.3386.0584.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.07%
GREEN value IS 202 (79.30% from 255) = 53.30%
BLUE value IS 82 (32.42% from 255) = 21.64%
R=25.07%
G=53.30%
B=21.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal95202820.5300.590.21113.553.155.69
Hex5FCA523503B15723538
Octal13731212265073251626570
Binary10111111100101010100101101010111011101011110010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FCA52; }

 p { color: rgb(95,202,82); }

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

<style>
 a { background-color: #5FCA52; }

 a { background-color: rgb(95,202,82); }

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

<style>
 span { border-color: #5FCA52; }

 span { border-color: rgb(95,202,82); }

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