Html Css Color HEX #53A017 Limeade

📋 copy color: '#53A017'

red 83 ◦ green 160 ◦ blue 23

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

Shades of Limeade #53A017

Tints of Limeade #53A017

RGB

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

 GREEN value IS 160 (62.89% from 255) = 60.15%

 BLUE value IS 23 (9.38% from 255) = 8.65%

R = 31.2%
G = 60.15%
B = 8.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#53A017 (or 0x53A017) is known color: Limeade. HEX triplet: 53, A0 and 17. RGB value is (83,160,23). Sum of RGB (Red+Green+Blue) = 83+160+23=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #53A017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A017 is #AC5FE8. Grayscale: #797979. Windows color (decimal): -11296745 or 1548371. OLE color: 1548371.

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

Color convert

RGB 83 160 23 -
CMYK 0.48 0 0.86 0.37
HSL 93.72º 0.75% 0.36% -
HSV(B) 93.72º 0.86% 0.63% -
XYZ 16.29 27.04 5.17 -
YUV 121.36 72.49 100.64 -
System Red Green Blue C M Y K H S L
Decimal 83 160 23 0.48 0 0.86 0.37 93.72 0.75 0.36
Hex 53 A0 17 30 0 56 25 5E 4B 24
Octal 123 240 27 60 0 126 45 136 113 44
Binary 1010011 10100000 10111 110000 0 1010110 100101 1011110 1001011 100100

Color Harmonies of #53A017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A017

Black with #53A017

Text Example


Text Example

White with #53A017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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