#53a11f

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

Shades of Limeade #53A11F

Tints of Limeade #53A11F

Color information

#53A11F (or 0x53A11F) is unknown color: approx Limeade. HEX triplet: 53, A1 and 1F. RGB value is (83,161,31). Sum of RGB (Red+Green+Blue) = 83+161+31=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 161 (63.28% from 255 or 58.55% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 161 - color contains mainly: green. Hex color #53A11F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A11F is #AC5EE0. Grayscale: #7B7B7B. Windows color (decimal): -11296481 or 2072915. OLE color: 2072915.

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

Color convert

RGB8316131-
CMYK0.4800.810.37
HSL96º67.71%37.65%-
HSV(B)96º80.75%63.14%-
XYZ16.5627.435.72-
YUV122.8676.1699.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 161 (63.28% from 255) = 58.55%
BLUE value IS 31 (12.5% from 255) = 11.27%
R=30.18%
G=58.55%
B=11.27%

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
Decimal83161310.4800.810.379667.7137.65
Hex53A11F3005125604426
Octal123241376001214514010446
Binary101001110100001111111100000101000110010111000001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53a11f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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