#53A01F

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

Shades of Limeade #53A01F

Tints of Limeade #53A01F

Color information

#53A01F (or 0x53A01F) is unknown color: approx Limeade. HEX triplet: 53, A0 and 1F. RGB value is (83,160,31). Sum of RGB (Red+Green+Blue) = 83+160+31=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 160 (62.89% from 255 or 58.39% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 160 - color contains mainly: green. Hex color #53A01F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A01F is #AC5FE0. Grayscale: #7A7A7A. Windows color (decimal): -11296737 or 2072659. OLE color: 2072659.

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

Color convert

RGB8316031-
CMYK0.4800.810.37
HSL95.81º67.54%37.45%-
HSV(B)95.81º80.62%62.75%-
XYZ16.3927.085.66-
YUV122.2776.4999.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 160 (62.89% from 255) = 58.39%
BLUE value IS 31 (12.5% from 255) = 11.31%
R=30.29%
G=58.39%
B=11.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal83160310.4800.810.3795.8167.5437.45
Hex53A01F3005125604425
Octal123240376001214514010445
Binary101001110100000111111100000101000110010111000001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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