Html Css Color HEX #59972A Limeade

📋 copy color: '#59972A'

red 89 ◦ green 151 ◦ blue 42

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

Shades of Limeade #59972A

Tints of Limeade #59972A

RGB

 RED value IS 89 (35.16% from 255) = 31.56%

 GREEN value IS 151 (59.38% from 255) = 53.55%

 BLUE value IS 42 (16.8% from 255) = 14.89%

R = 31.56%
G = 53.55%
B = 14.89%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#59972A (or 0x59972A) is known color: Limeade. HEX triplet: 59, 97 and 2A. RGB value is (89,151,42). Sum of RGB (Red+Green+Blue) = 89+151+42=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 151 (59.38% from 255 or 53.55% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 151 - color contains mainly: green. Hex color #59972A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59972A is #A668D5. Grayscale: #787878. Windows color (decimal): -10905814 or 2791257. OLE color: 2791257.

HSL color Cylindrical-coordinate representation of color #59972A: hue angle of 94.13º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59972A is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 151 42 -
CMYK 0.41 0 0.72 0.41
HSL 94.13º 0.56% 0.38% -
HSV(B) 94.13º 0.72% 0.59% -
XYZ 15.6 24.42 6.08 -
YUV 120.04 83.96 105.86 -
System Red Green Blue C M Y K H S L
Decimal 89 151 42 0.41 0 0.72 0.41 94.13 0.56 0.38
Hex 59 97 2A 29 0 48 29 5E 38 26
Octal 131 227 52 51 0 110 51 136 70 46
Binary 1011001 10010111 101010 101001 0 1001000 101001 1011110 111000 100110

Color Harmonies of #59972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59972A

Black with #59972A

Text Example


Text Example

White with #59972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59972A; }

 p { color: rgb(89,151,42); }

 H1.HeaderClassName
 {
   color: #59972A;
 }
 .AnyTagClassName
 {
   color: #59972A;
 }
</style>

background-color css

<style>
 a { background-color: #59972A; }

 a { background-color: rgb(89,151,42); }

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

border-color css

<style>
 span { border-color: #59972A; }

 span { border-color: rgb(89,151,42); }

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