#5C992A

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

Shades of Limeade #5C992A

Tints of Limeade #5C992A

Color information

#5C992A (or 0x5C992A) is unknown color: approx Limeade. HEX triplet: 5C, 99 and 2A. RGB value is (92,153,42). Sum of RGB (Red+Green+Blue) = 92+153+42=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #5C992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C992A is #A366D5. Grayscale: #7A7A7A. Windows color (decimal): -10708694 or 2791772. OLE color: 2791772.

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

Color convert

RGB9215342-
CMYK0.4000.730.4
HSL92.97º56.92%38.24%-
HSV(B)92.97º72.55%60%-
XYZ16.2225.226.2-
YUV122.1182.79106.53-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.06%
GREEN value IS 153 (60.16% from 255) = 53.31%
BLUE value IS 42 (16.80% from 255) = 14.63%
R=32.06%
G=53.31%
B=14.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal92153420.4000.730.492.9756.9238.24
Hex5C992A28049285d3926
Octal13423152500111501357146
Binary101110010011001101010101000010010011010001011101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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