Html Css Color HEX #53A211 Limeade

📋 copy color: '#53A211'

red 83 ◦ green 162 ◦ blue 17

#53A211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #53A211

Tints of Limeade #53A211

RGB

 RED value IS 83 (32.81% from 255) = 31.68%

 GREEN value IS 162 (63.67% from 255) = 61.83%

 BLUE value IS 17 (7.03% from 255) = 6.49%

R = 31.68%
G = 61.83%
B = 6.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#53A211 (or 0x53A211) is known color: Limeade. HEX triplet: 53, A2 and 11. RGB value is (83,162,17). Sum of RGB (Red+Green+Blue) = 83+162+17=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 162 (63.67% from 255 or 61.83% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 162 - color contains mainly: green. Hex color #53A211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A211 is #AC5DEE. Grayscale: #7A7A7A. Windows color (decimal): -11296239 or 1155667. OLE color: 1155667.

HSL color Cylindrical-coordinate representation of color #53A211: hue angle of 92.69º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53A211 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 162 17 -
CMYK 0.49 0 0.90 0.36
HSL 92.69º 0.81% 0.35% -
HSV(B) 92.69º 0.9% 0.64% -
XYZ 16.59 27.72 5.01 -
YUV 121.85 68.83 100.29 -
System Red Green Blue C M Y K H S L
Decimal 83 162 17 0.49 0 0.90 0.36 92.69 0.81 0.35
Hex 53 A2 11 31 0 5A 24 5D 51 23
Octal 123 242 21 61 0 132 44 135 121 43
Binary 1010011 10100010 10001 110001 0 1011010 100100 1011101 1010001 100011

Color Harmonies of #53A211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A211

Black with #53A211

Text Example


Text Example

White with #53A211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53A211;
 }
 .AnyTagClassName
 {
   color: #53A211;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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