#5F9C40

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

Shades of Apple #5F9C40

Tints of Apple #5F9C40

Color information

#5F9C40 (or 0x5F9C40) is unknown color: approx Apple. HEX triplet: 5F, 9C and 40. RGB value is (95,156,64). Sum of RGB (Red+Green+Blue) = 95+156+64=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9C40 is #A063BF. Grayscale: #7F7F7F. Windows color (decimal): -10511296 or 4234335. OLE color: 4234335.

HSL color Cylindrical-coordinate representation of color #5F9C40: hue angle of 99.78º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F9C40 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB9515664-
CMYK0.3900.590.39
HSL99.78º41.82%43.14%-
HSV(B)99.78º58.97%61.18%-
XYZ17.5326.589.06-
YUV127.2792.29104.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.16%
GREEN value IS 156 (61.33% from 255) = 49.52%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=30.16%
G=49.52%
B=20.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95156640.3900.590.3999.7841.8243.14
Hex5F9C402703B27642a2b
Octal13723410047073471445253
Binary101111110011100100000010011101110111001111100100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,156,64); }

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

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

 a { background-color: rgb(95,156,64); }

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

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

 span { border-color: rgb(95,156,64); }

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