#5C9D10

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

Shades of Limeade #5C9D10

Tints of Limeade #5C9D10

Color information

#5C9D10 (or 0x5C9D10) is unknown color: approx Limeade. HEX triplet: 5C, 9D and 10. RGB value is (92,157,16). Sum of RGB (Red+Green+Blue) = 92+157+16=265 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.72% from 265); Green value is 157 (61.72% from 255 or 59.25% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 157 - color contains mainly: green. Hex color #5C9D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9D10 is #A362EF. Grayscale: #797979. Windows color (decimal): -10707696 or 1088860. OLE color: 1088860.

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

Color convert

RGB9215716-
CMYK0.4100.900.38
HSL87.66º81.5%33.92%-
HSV(B)87.66º89.81%61.57%-
XYZ16.5626.434.72-
YUV121.4968.47106.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.72%
GREEN value IS 157 (61.72% from 255) = 59.25%
BLUE value IS 16 (6.64% from 255) = 6.04%
R=34.72%
G=59.25%
B=6.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal92157160.4100.900.3887.6681.533.92
Hex5C9D102905A26585222
Octal134235205101324613012242
Binary101110010011101100001010010101101010011010110001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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