#5C962C

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

Shades of Limeade #5C962C

Tints of Limeade #5C962C

Color information

#5C962C (or 0x5C962C) is unknown color: approx Limeade. HEX triplet: 5C, 96 and 2C. RGB value is (92,150,44). Sum of RGB (Red+Green+Blue) = 92+150+44=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #5C962C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C962C is #A369D3. Grayscale: #787878. Windows color (decimal): -10709460 or 2922076. OLE color: 2922076.

HSL color Cylindrical-coordinate representation of color #5C962C: hue angle of 92.83º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C962C is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB9215044-
CMYK0.3900.710.41
HSL92.83º54.64%38.04%-
HSV(B)92.83º70.67%58.82%-
XYZ15.7724.276.24-
YUV120.5784.78107.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.17%
GREEN value IS 150 (58.98% from 255) = 52.45%
BLUE value IS 44 (17.58% from 255) = 15.38%
R=32.17%
G=52.45%
B=15.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal92150440.3900.710.4192.8354.6438.04
Hex5C962C27047295d3726
Octal13422654470107511356746
Binary101110010010110101100100111010001111010011011101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,150,44); }

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

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

 a { background-color: rgb(92,150,44); }

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

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

 span { border-color: rgb(92,150,44); }

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