Html Css Color HEX #53A432 Limeade

📋 copy color: '#53A432'

red 83 ◦ green 164 ◦ blue 50

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

Shades of Limeade #53A432

Tints of Limeade #53A432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 27.95%
G = 55.22%
B = 16.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#53A432 (or 0x53A432) is known color: Limeade. HEX triplet: 53, A4 and 32. RGB value is (83,164,50). Sum of RGB (Red+Green+Blue) = 83+164+50=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 164 (64.45% from 255 or 55.22% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 164 - color contains mainly: green. Hex color #53A432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A432 is #AC5BCD. Grayscale: #7F7F7F. Windows color (decimal): -11295694 or 3318867. OLE color: 3318867.

HSL color Cylindrical-coordinate representation of color #53A432: hue angle of 102.63º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53A432 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 164 50 -
CMYK 0.49 0 0.70 0.36
HSL 102.63º 0.53% 0.42% -
HSV(B) 102.63º 0.7% 0.64% -
XYZ 17.42 28.62 7.62 -
YUV 126.79 84.66 96.77 -
System Red Green Blue C M Y K H S L
Decimal 83 164 50 0.49 0 0.70 0.36 102.63 0.53 0.42
Hex 53 A4 32 31 0 46 24 67 35 2A
Octal 123 244 62 61 0 106 44 147 65 52
Binary 1010011 10100100 110010 110001 0 1000110 100100 1100111 110101 101010

Color Harmonies of #53A432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A432

Black with #53A432

Text Example


Text Example

White with #53A432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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