#53A233

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

Shades of Limeade #53A233

Tints of Limeade #53A233

Color information

#53A233 (or 0x53A233) is unknown color: approx Limeade. HEX triplet: 53, A2 and 33. RGB value is (83,162,51). Sum of RGB (Red+Green+Blue) = 83+162+51=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #53A233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A233 is #AC5DCC. Grayscale: #7E7E7E. Windows color (decimal): -11296205 or 3383891. OLE color: 3383891.

HSL color Cylindrical-coordinate representation of color #53A233: hue angle of 102.7º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53A233 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB8316251-
CMYK0.4900.690.36
HSL102.7º52.11%41.76%-
HSV(B)102.7º68.52%63.53%-
XYZ17.0927.927.62-
YUV125.7285.8397.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 162 (63.67% from 255) = 54.73%
BLUE value IS 51 (20.31% from 255) = 17.23%
R=28.04%
G=54.73%
B=17.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83162510.4900.690.36102.752.1141.76
Hex53A233310452467342a
Octal12324263610105441476452
Binary101001110100010110011110001010001011001001100111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,162,51); }

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

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

 a { background-color: rgb(83,162,51); }

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

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

 span { border-color: rgb(83,162,51); }

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