Html Css Color HEX #59960D Limeade

📋 copy color: '#59960D'

red 89 ◦ green 150 ◦ blue 13

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

Shades of Limeade #59960D

Tints of Limeade #59960D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 59.52%

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 35.32%
G = 59.52%
B = 5.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#59960D (or 0x59960D) is known color: Limeade. HEX triplet: 59, 96 and 0D. RGB value is (89,150,13). Sum of RGB (Red+Green+Blue) = 89+150+13=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 150 (58.98% from 255 or 59.52% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 150 - color contains mainly: green. Hex color #59960D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59960D is #A669F2. Grayscale: #747474. Windows color (decimal): -10906099 or 890457. OLE color: 890457.

HSL color Cylindrical-coordinate representation of color #59960D: hue angle of 86.72º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59960D is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 150 13 -
CMYK 0.41 0 0.91 0.41
HSL 86.72º 0.84% 0.32% -
HSV(B) 86.72º 0.91% 0.59% -
XYZ 15.1 23.97 4.21 -
YUV 116.14 69.79 108.64 -
System Red Green Blue C M Y K H S L
Decimal 89 150 13 0.41 0 0.91 0.41 86.72 0.84 0.32
Hex 59 96 D 29 0 5B 29 57 54 20
Octal 131 226 15 51 0 133 51 127 124 40
Binary 1011001 10010110 1101 101001 0 1011011 101001 1010111 1010100 100000

Color Harmonies of #59960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59960D

Black with #59960D

Text Example


Text Example

White with #59960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59960D; }

 p { color: rgb(89,150,13); }

 H1.HeaderClassName
 {
   color: #59960D;
 }
 .AnyTagClassName
 {
   color: #59960D;
 }
</style>

background-color css

<style>
 a { background-color: #59960D; }

 a { background-color: rgb(89,150,13); }

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

border-color css

<style>
 span { border-color: #59960D; }

 span { border-color: rgb(89,150,13); }

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