#53A51B

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

Shades of Limeade #53A51B

Tints of Limeade #53A51B

Color information

#53A51B (or 0x53A51B) is unknown color: approx Limeade. HEX triplet: 53, A5 and 1B. RGB value is (83,165,27). Sum of RGB (Red+Green+Blue) = 83+165+27=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 165 (64.84% from 255 or 60% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 165 - color contains mainly: green. Hex color #53A51B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A51B is #AC5AE4. Grayscale: #7D7D7D. Windows color (decimal): -11295461 or 1811795. OLE color: 1811795.

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

Color convert

RGB8316527-
CMYK0.5000.840.35
HSL95.65º71.88%37.65%-
HSV(B)95.65º83.64%64.71%-
XYZ17.2228.835.69-
YUV124.7572.8398.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 165 (64.84% from 255) = 60%
BLUE value IS 27 (10.94% from 255) = 9.82%
R=30.18%
G=60%
B=9.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83165270.5000.840.3595.6571.8837.65
Hex53A51B3205423604826
Octal123245336201244314011046
Binary101001110100101110111100100101010010001111000001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,165,27); }

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

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

 a { background-color: rgb(83,165,27); }

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

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

 span { border-color: rgb(83,165,27); }

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