#5FCA50

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

Shades of Apple #5FCA50

Tints of Apple #5FCA50

Color information

#5FCA50 (or 0x5FCA50) is unknown color: approx Apple. HEX triplet: 5F, CA and 50. RGB value is (95,202,80). Sum of RGB (Red+Green+Blue) = 95+202+80=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCA50 is #A035AF. Grayscale: #9C9C9C. Windows color (decimal): -10499504 or 5294687. OLE color: 5294687.

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

Color convert

RGB9520280-
CMYK0.5300.600.21
HSL112.62º53.51%55.29%-
HSV(B)112.62º60.4%79.22%-
XYZ27.2945.2514.89-
YUV156.185.0584.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.20%
GREEN value IS 202 (79.30% from 255) = 53.58%
BLUE value IS 80 (31.64% from 255) = 21.22%
R=25.20%
G=53.58%
B=21.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal95202800.5300.600.21112.6253.5155.29
Hex5FCA503503C15713637
Octal13731212065074251616667
Binary10111111100101010100001101010111100101011110001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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