Html Css Color HEX #53A329 Limeade

📋 copy color: '#53A329'

red 83 ◦ green 163 ◦ blue 41

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

Shades of Limeade #53A329

Tints of Limeade #53A329

RGB

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

 GREEN value IS 163 (64.06% from 255) = 56.79%

 BLUE value IS 41 (16.41% from 255) = 14.29%

R = 28.92%
G = 56.79%
B = 14.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#53A329 (or 0x53A329) is known color: Limeade. HEX triplet: 53, A3 and 29. RGB value is (83,163,41). Sum of RGB (Red+Green+Blue) = 83+163+41=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 163 (64.06% from 255 or 56.79% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 163 - color contains mainly: green. Hex color #53A329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A329 is #AC5CD6. Grayscale: #7D7D7D. Windows color (decimal): -11295959 or 2728787. OLE color: 2728787.

HSL color Cylindrical-coordinate representation of color #53A329: hue angle of 99.34º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53A329 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 163 41 -
CMYK 0.49 0 0.75 0.36
HSL 99.34º 0.6% 0.4% -
HSV(B) 99.34º 0.75% 0.64% -
XYZ 17.06 28.19 6.64 -
YUV 125.17 80.5 97.92 -
System Red Green Blue C M Y K H S L
Decimal 83 163 41 0.49 0 0.75 0.36 99.34 0.6 0.4
Hex 53 A3 29 31 0 4B 24 63 3C 28
Octal 123 243 51 61 0 113 44 143 74 50
Binary 1010011 10100011 101001 110001 0 1001011 100100 1100011 111100 101000

Color Harmonies of #53A329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A329

Black with #53A329

Text Example


Text Example

White with #53A329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,163,41); }

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

background-color css

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

 a { background-color: rgb(83,163,41); }

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

border-color css

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

 span { border-color: rgb(83,163,41); }

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