Html Css Color HEX #59940D Limeade

📋 copy color: '#59940D'

red 89 ◦ green 148 ◦ blue 13

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

Shades of Limeade #59940D

Tints of Limeade #59940D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 59.2%

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

R = 35.6%
G = 59.2%
B = 5.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#59940D (or 0x59940D) is known color: Limeade. HEX triplet: 59, 94 and 0D. RGB value is (89,148,13). Sum of RGB (Red+Green+Blue) = 89+148+13=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #59940D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59940D is #A66BF2. Grayscale: #737373. Windows color (decimal): -10906611 or 889945. OLE color: 889945.

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

Color convert

RGB 89 148 13 -
CMYK 0.40 0 0.91 0.42
HSL 86.22º 0.84% 0.32% -
HSV(B) 86.22º 0.91% 0.58% -
XYZ 14.78 23.33 4.11 -
YUV 114.97 70.45 109.48 -
System Red Green Blue C M Y K H S L
Decimal 89 148 13 0.40 0 0.91 0.42 86.22 0.84 0.32
Hex 59 94 D 28 0 5B 2A 56 54 20
Octal 131 224 15 50 0 133 52 126 124 40
Binary 1011001 10010100 1101 101000 0 1011011 101010 1010110 1010100 100000

Color Harmonies of #59940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59940D

Black with #59940D

Text Example


Text Example

White with #59940D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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