Html Css Color HEX #53A519 Limeade

📋 copy color: '#53A519'

red 83 ◦ green 165 ◦ blue 25

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

Shades of Limeade #53A519

Tints of Limeade #53A519

RGB

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

 GREEN value IS 165 (64.84% from 255) = 60.44%

 BLUE value IS 25 (10.16% from 255) = 9.16%

R = 30.4%
G = 60.44%
B = 9.16%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#53A519 (or 0x53A519) is known color: Limeade. HEX triplet: 53, A5 and 19. RGB value is (83,165,25). Sum of RGB (Red+Green+Blue) = 83+165+25=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 165 (64.84% from 255 or 60.44% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 165 - color contains mainly: green. Hex color #53A519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A519 is #AC5AE6. Grayscale: #7D7D7D. Windows color (decimal): -11295463 or 1680723. OLE color: 1680723.

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

Color convert

RGB 83 165 25 -
CMYK 0.50 0 0.85 0.35
HSL 95.14º 0.74% 0.37% -
HSV(B) 95.14º 0.85% 0.65% -
XYZ 17.2 28.82 5.58 -
YUV 124.52 71.83 98.38 -
System Red Green Blue C M Y K H S L
Decimal 83 165 25 0.50 0 0.85 0.35 95.14 0.74 0.37
Hex 53 A5 19 32 0 55 23 5F 4A 25
Octal 123 245 31 62 0 125 43 137 112 45
Binary 1010011 10100101 11001 110010 0 1010101 100011 1011111 1001010 100101

Color Harmonies of #53A519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A519

Black with #53A519

Text Example


Text Example

White with #53A519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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