#5CAA21

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

Shades of Limeade #5CAA21

Tints of Limeade #5CAA21

Color information

#5CAA21 (or 0x5CAA21) is unknown color: approx Limeade. HEX triplet: 5C, AA and 21. RGB value is (92,170,33). Sum of RGB (Red+Green+Blue) = 92+170+33=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAA21 is #A355DE. Grayscale: #838383. Windows color (decimal): -10704351 or 2206300. OLE color: 2206300.

HSL color Cylindrical-coordinate representation of color #5CAA21: hue angle of 94.16º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5CAA21 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB9217033-
CMYK0.4600.810.33
HSL94.16º67.49%39.8%-
HSV(B)94.16º80.59%66.67%-
XYZ19.0631.136.44-
YUV131.0672.66100.14-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.19%
GREEN value IS 170 (66.80% from 255) = 57.63%
BLUE value IS 33 (13.28% from 255) = 11.19%
R=31.19%
G=57.63%
B=11.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92170330.4600.810.3394.1667.4939.8
Hex5CAA212E051215e4328
Octal134252415601214113610350
Binary1011100101010101000011011100101000110000110111101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,170,33); }

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

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

 a { background-color: rgb(92,170,33); }

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

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

 span { border-color: rgb(92,170,33); }

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