#5C9C25

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

Shades of Limeade #5C9C25

Tints of Limeade #5C9C25

Color information

#5C9C25 (or 0x5C9C25) is unknown color: approx Limeade. HEX triplet: 5C, 9C and 25. RGB value is (92,156,37). Sum of RGB (Red+Green+Blue) = 92+156+37=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #5C9C25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9C25 is #A363DA. Grayscale: #7B7B7B. Windows color (decimal): -10707931 or 2464860. OLE color: 2464860.

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

Color convert

RGB9215637-
CMYK0.4100.760.39
HSL92.27º61.66%37.84%-
HSV(B)92.27º76.28%61.18%-
XYZ16.6426.195.93-
YUV123.379.3105.68-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.28%
GREEN value IS 156 (61.33% from 255) = 54.74%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=32.28%
G=54.74%
B=12.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92156370.4100.760.3992.2761.6637.84
Hex5C9C252904C275c3e26
Octal13423445510114471347646
Binary101110010011100100101101001010011001001111011100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,156,37); }

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

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

 a { background-color: rgb(92,156,37); }

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

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

 span { border-color: rgb(92,156,37); }

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