#5CA526

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

Shades of Limeade #5CA526

Tints of Limeade #5CA526

Color information

#5CA526 (or 0x5CA526) is unknown color: approx Limeade. HEX triplet: 5C, A5 and 26. RGB value is (92,165,38). Sum of RGB (Red+Green+Blue) = 92+165+38=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 165 (64.84% from 255 or 55.93% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA526 is #A35AD9. Grayscale: #818181. Windows color (decimal): -10705626 or 2532700. OLE color: 2532700.

HSL color Cylindrical-coordinate representation of color #5CA526: hue angle of 94.49º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5CA526 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB9216538-
CMYK0.4400.770.35
HSL94.49º62.56%39.8%-
HSV(B)94.49º76.97%64.71%-
XYZ18.2229.336.53-
YUV128.776.82101.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.19%
GREEN value IS 165 (64.84% from 255) = 55.93%
BLUE value IS 38 (15.23% from 255) = 12.88%
R=31.19%
G=55.93%
B=12.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal92165380.4400.770.3594.4962.5639.8
Hex5CA5262C04D235e3f28
Octal13424546540115431367750
Binary101110010100101100110101100010011011000111011110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,165,38); }

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

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

 a { background-color: rgb(92,165,38); }

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

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

 span { border-color: rgb(92,165,38); }

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