#5FCC36

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

Shades of Apple #5FCC36

Tints of Apple #5FCC36

Color information

#5FCC36 (or 0x5FCC36) is unknown color: approx Apple. HEX triplet: 5F, CC and 36. RGB value is (95,204,54). Sum of RGB (Red+Green+Blue) = 95+204+54=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 204 (80.08% from 255 or 57.79% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCC36 is #A033C9. Grayscale: #9A9A9A. Windows color (decimal): -10499018 or 3591263. OLE color: 3591263.

HSL color Cylindrical-coordinate representation of color #5FCC36: hue angle of 103.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5FCC36 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB9520454-
CMYK0.5300.740.2
HSL103.6º59.52%50.59%-
HSV(B)103.6º73.53%80%-
XYZ26.9845.8810.92-
YUV154.3171.3985.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.91%
GREEN value IS 204 (80.08% from 255) = 57.79%
BLUE value IS 54 (21.48% from 255) = 15.30%
R=26.91%
G=57.79%
B=15.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal95204540.5300.740.2103.659.5250.59
Hex5FCC363504A14683c33
Octal13731466650112241507463
Binary10111111100110011011011010101001010101001101000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,204,54); }

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

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

 a { background-color: rgb(95,204,54); }

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

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

 span { border-color: rgb(95,204,54); }

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