#53A731

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

Shades of Limeade #53A731

Tints of Limeade #53A731

Color information

#53A731 (or 0x53A731) is unknown color: approx Limeade. HEX triplet: 53, A7 and 31. RGB value is (83,167,49). Sum of RGB (Red+Green+Blue) = 83+167+49=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 167 (65.62% from 255 or 55.85% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 167 - color contains mainly: green. Hex color #53A731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A731 is #AC58CE. Grayscale: #808080. Windows color (decimal): -11294927 or 3254099. OLE color: 3254099.

HSL color Cylindrical-coordinate representation of color #53A731: hue angle of 102.71º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53A731 is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB8316749-
CMYK0.5000.710.35
HSL102.71º54.63%42.35%-
HSV(B)102.71º70.66%65.49%-
XYZ17.9429.77.69-
YUV128.4383.1795.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 167 (65.62% from 255) = 55.85%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=27.76%
G=55.85%
B=16.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83167490.5000.710.35102.7154.6342.35
Hex53A731320472367372a
Octal12324761620107431476752
Binary101001110100111110001110010010001111000111100111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,167,49); }

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

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

 a { background-color: rgb(83,167,49); }

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

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

 span { border-color: rgb(83,167,49); }

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