#53A008

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

Shades of Limeade #53A008

Tints of Limeade #53A008

Color information

#53A008 (or 0x53A008) is unknown color: approx Limeade. HEX triplet: 53, A0 and 08. RGB value is (83,160,8). Sum of RGB (Red+Green+Blue) = 83+160+8=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 160 (62.89% from 255 or 63.75% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 160 - color contains mainly: green. Hex color #53A008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A008 is #AC5FF7. Grayscale: #787878. Windows color (decimal): -11296760 or 565331. OLE color: 565331.

HSL color Cylindrical-coordinate representation of color #53A008: hue angle of 90.39º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53A008 is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB831608-
CMYK0.4800.950.37
HSL90.39º90.48%32.94%-
HSV(B)90.39º95%62.75%-
XYZ16.18274.59-
YUV119.6564.99101.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.07%
GREEN value IS 160 (62.89% from 255) = 63.75%
BLUE value IS 8 (3.52% from 255) = 3.19%
R=33.07%
G=63.75%
B=3.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8316080.4800.950.3790.3990.4832.94
Hex53A083005F255a5a21
Octal123240106001374513213241
Binary10100111010000010001100000101111110010110110101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A008; }

 p { color: rgb(83,160,8); }

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

<style>
 a { background-color: #53A008; }

 a { background-color: rgb(83,160,8); }

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

<style>
 span { border-color: #53A008; }

 span { border-color: rgb(83,160,8); }

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