#5FC04F

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

Shades of Apple #5FC04F

Tints of Apple #5FC04F

Color information

#5FC04F (or 0x5FC04F) is unknown color: approx Apple. HEX triplet: 5F, C0 and 4F. RGB value is (95,192,79). Sum of RGB (Red+Green+Blue) = 95+192+79=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC04F is #A03FB0. Grayscale: #969696. Windows color (decimal): -10502065 or 5226591. OLE color: 5226591.

HSL color Cylindrical-coordinate representation of color #5FC04F: hue angle of 111.5º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FC04F is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB9519279-
CMYK0.5100.590.25
HSL111.5º47.28%53.14%-
HSV(B)111.5º58.85%75.29%-
XYZ24.9840.713.94-
YUV150.1187.8688.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.96%
GREEN value IS 192 (75.39% from 255) = 52.46%
BLUE value IS 79 (31.25% from 255) = 21.58%
R=25.96%
G=52.46%
B=21.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95192790.5100.590.25111.547.2853.14
Hex5FC04F3303B19702f35
Octal13730011763073311605765
Binary10111111100000010011111100110111011110011110000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,192,79); }

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

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

 a { background-color: rgb(95,192,79); }

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

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

 span { border-color: rgb(95,192,79); }

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