#5CA422

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

Shades of Limeade #5CA422

Tints of Limeade #5CA422

Color information

#5CA422 (or 0x5CA422) is unknown color: approx Limeade. HEX triplet: 5C, A4 and 22. RGB value is (92,164,34). Sum of RGB (Red+Green+Blue) = 92+164+34=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 164 (64.45% from 255 or 56.55% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA422 is #A35BDD. Grayscale: #808080. Windows color (decimal): -10705886 or 2270300. OLE color: 2270300.

HSL color Cylindrical-coordinate representation of color #5CA422: hue angle of 93.23º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5CA422 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB9216434-
CMYK0.4400.790.36
HSL93.23º65.66%38.82%-
HSV(B)93.23º79.27%64.31%-
XYZ17.9828.946.15-
YUV127.6575.15102.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.72%
GREEN value IS 164 (64.45% from 255) = 56.55%
BLUE value IS 34 (13.67% from 255) = 11.72%
R=31.72%
G=56.55%
B=11.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal92164340.4400.790.3693.2365.6638.82
Hex5CA4222C04F245d4227
Octal134244425401174413510247
Binary1011100101001001000101011000100111110010010111011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,164,34); }

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

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

 a { background-color: rgb(92,164,34); }

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

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

 span { border-color: rgb(92,164,34); }

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