Html Css Color HEX #59940C Limeade

📋 copy color: '#59940C'

red 89 ◦ green 148 ◦ blue 12

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

Shades of Limeade #59940C

Tints of Limeade #59940C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.82%

R = 35.74%
G = 59.44%
B = 4.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#59940C (or 0x59940C) is known color: Limeade. HEX triplet: 59, 94 and 0C. RGB value is (89,148,12). Sum of RGB (Red+Green+Blue) = 89+148+12=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 148 (58.20% from 255 or 59.44% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 148 - color contains mainly: green. Hex color #59940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59940C is #A66BF3. Grayscale: #737373. Windows color (decimal): -10906612 or 824409. OLE color: 824409.

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

Color convert

RGB 89 148 12 -
CMYK 0.40 0 0.92 0.42
HSL 86.03º 0.85% 0.31% -
HSV(B) 86.03º 0.92% 0.58% -
XYZ 14.78 23.33 4.07 -
YUV 114.86 69.95 109.56 -
System Red Green Blue C M Y K H S L
Decimal 89 148 12 0.40 0 0.92 0.42 86.03 0.85 0.31
Hex 59 94 C 28 0 5C 2A 56 55 1F
Octal 131 224 14 50 0 134 52 126 125 37
Binary 1011001 10010100 1100 101000 0 1011100 101010 1010110 1010101 11111

Color Harmonies of #59940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59940C

Black with #59940C

Text Example


Text Example

White with #59940C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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