Html Css Color HEX #59982A Limeade

📋 copy color: '#59982A'

red 89 ◦ green 152 ◦ blue 42

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

Shades of Limeade #59982A

Tints of Limeade #59982A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.71%

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

R = 31.45%
G = 53.71%
B = 14.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#59982A (or 0x59982A) is known color: Limeade. HEX triplet: 59, 98 and 2A. RGB value is (89,152,42). Sum of RGB (Red+Green+Blue) = 89+152+42=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #59982A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59982A is #A667D5. Grayscale: #797979. Windows color (decimal): -10905558 or 2791513. OLE color: 2791513.

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

Color convert

RGB 89 152 42 -
CMYK 0.41 0 0.72 0.40
HSL 94.36º 0.57% 0.38% -
HSV(B) 94.36º 0.72% 0.6% -
XYZ 15.77 24.75 6.14 -
YUV 120.62 83.63 105.44 -
System Red Green Blue C M Y K H S L
Decimal 89 152 42 0.41 0 0.72 0.40 94.36 0.57 0.38
Hex 59 98 2A 29 0 48 28 5E 39 26
Octal 131 230 52 51 0 110 50 136 71 46
Binary 1011001 10011000 101010 101001 0 1001000 101000 1011110 111001 100110

Color Harmonies of #59982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59982A

Black with #59982A

Text Example


Text Example

White with #59982A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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