Html Css Color HEX #53A42D Limeade

📋 copy color: '#53A42D'

red 83 ◦ green 164 ◦ blue 45

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

Shades of Limeade #53A42D

Tints of Limeade #53A42D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.16%

 BLUE value IS 45 (17.97% from 255) = 15.41%

R = 28.42%
G = 56.16%
B = 15.41%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#53A42D (or 0x53A42D) is known color: Limeade. HEX triplet: 53, A4 and 2D. RGB value is (83,164,45). Sum of RGB (Red+Green+Blue) = 83+164+45=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 164 (64.45% from 255 or 56.16% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 164 - color contains mainly: green. Hex color #53A42D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A42D is #AC5BD2. Grayscale: #7E7E7E. Windows color (decimal): -11295699 or 2991187. OLE color: 2991187.

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

Color convert

RGB 83 164 45 -
CMYK 0.49 0 0.73 0.36
HSL 100.84º 0.57% 0.41% -
HSV(B) 100.84º 0.73% 0.64% -
XYZ 17.32 28.58 7.09 -
YUV 126.22 82.16 97.18 -
System Red Green Blue C M Y K H S L
Decimal 83 164 45 0.49 0 0.73 0.36 100.84 0.57 0.41
Hex 53 A4 2D 31 0 49 24 65 39 29
Octal 123 244 55 61 0 111 44 145 71 51
Binary 1010011 10100100 101101 110001 0 1001001 100100 1100101 111001 101001

Color Harmonies of #53A42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A42D

Black with #53A42D

Text Example


Text Example

White with #53A42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,164,45); }

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

background-color css

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

 a { background-color: rgb(83,164,45); }

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

border-color css

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

 span { border-color: rgb(83,164,45); }

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