Html Css Color HEX #53A210 Limeade

📋 copy color: '#53A210'

red 83 ◦ green 162 ◦ blue 16

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

Shades of Limeade #53A210

Tints of Limeade #53A210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.13%

R = 31.8%
G = 62.07%
B = 6.13%

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

#53A210 (or 0x53A210) is known color: Limeade. HEX triplet: 53, A2 and 10. RGB value is (83,162,16). Sum of RGB (Red+Green+Blue) = 83+162+16=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 162 (63.67% from 255 or 62.07% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 162 - color contains mainly: green. Hex color #53A210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A210 is #AC5DEF. Grayscale: #7A7A7A. Windows color (decimal): -11296240 or 1090131. OLE color: 1090131.

HSL color Cylindrical-coordinate representation of color #53A210: hue angle of 92.47º degrees, saturation: 0.82, 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 #53A210 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 162 16 -
CMYK 0.49 0 0.90 0.36
HSL 92.47º 0.82% 0.35% -
HSV(B) 92.47º 0.9% 0.64% -
XYZ 16.58 27.72 4.97 -
YUV 121.74 68.33 100.37 -
System Red Green Blue C M Y K H S L
Decimal 83 162 16 0.49 0 0.90 0.36 92.47 0.82 0.35
Hex 53 A2 10 31 0 5A 24 5C 52 23
Octal 123 242 20 61 0 132 44 134 122 43
Binary 1010011 10100010 10000 110001 0 1011010 100100 1011100 1010010 100011

Color Harmonies of #53A210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A210

Black with #53A210

Text Example


Text Example

White with #53A210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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