#5C9D08

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

Shades of Limeade #5C9D08

Tints of Limeade #5C9D08

Color information

#5C9D08 (or 0x5C9D08) is unknown color: approx Limeade. HEX triplet: 5C, 9D and 08. RGB value is (92,157,8). Sum of RGB (Red+Green+Blue) = 92+157+8=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 157 (61.72% from 255 or 61.09% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 157 - color contains mainly: green. Hex color #5C9D08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9D08 is #A362F7. Grayscale: #797979. Windows color (decimal): -10707704 or 564572. OLE color: 564572.

HSL color Cylindrical-coordinate representation of color #5C9D08: hue angle of 86.17º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C9D08 is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB921578-
CMYK0.4100.950.38
HSL86.17º90.3%32.35%-
HSV(B)86.17º94.9%61.57%-
XYZ16.5126.414.46-
YUV120.5864.47107.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.80%
GREEN value IS 157 (61.72% from 255) = 61.09%
BLUE value IS 8 (3.52% from 255) = 3.11%
R=35.80%
G=61.09%
B=3.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9215780.4100.950.3886.1790.332.35
Hex5C9D82905F26565a20
Octal134235105101374612613240
Binary10111001001110110001010010101111110011010101101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,157,8); }

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

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

 a { background-color: rgb(92,157,8); }

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

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

 span { border-color: rgb(92,157,8); }

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