#5C9904

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

Shades of Limeade #5C9904

Tints of Limeade #5C9904

Color information

#5C9904 (or 0x5C9904) is unknown color: approx Limeade. HEX triplet: 5C, 99 and 04. RGB value is (92,153,4). Sum of RGB (Red+Green+Blue) = 92+153+4=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 153 (60.16% from 255 or 61.45% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 153 - color contains mainly: green. Hex color #5C9904 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9904 is #A366FB. Grayscale: #767676. Windows color (decimal): -10708732 or 301404. OLE color: 301404.

HSL color Cylindrical-coordinate representation of color #5C9904: hue angle of 84.56º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C9904 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB921534-
CMYK0.4000.970.4
HSL84.56º94.9%30.78%-
HSV(B)84.56º97.39%60%-
XYZ15.8325.074.12-
YUV117.7863.79109.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.95%
GREEN value IS 153 (60.16% from 255) = 61.45%
BLUE value IS 4 (1.95% from 255) = 1.61%
R=36.95%
G=61.45%
B=1.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9215340.4000.970.484.5694.930.78
Hex5C9942806128555f1f
Octal13423145001415012513737
Binary101110010011001100101000011000011010001010101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,153,4); }

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

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

 a { background-color: rgb(92,153,4); }

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

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

 span { border-color: rgb(92,153,4); }

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