Html Css Color HEX #59950C Limeade

📋 copy color: '#59950C'

red 89 ◦ green 149 ◦ blue 12

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

Shades of Limeade #59950C

Tints of Limeade #59950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 59.6%

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

R = 35.6%
G = 59.6%
B = 4.8%

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

#59950C (or 0x59950C) is known color: Limeade. HEX triplet: 59, 95 and 0C. RGB value is (89,149,12). Sum of RGB (Red+Green+Blue) = 89+149+12=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #59950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59950C is #A66AF3. Grayscale: #737373. Windows color (decimal): -10906356 or 824665. OLE color: 824665.

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

Color convert

RGB 89 149 12 -
CMYK 0.40 0 0.92 0.42
HSL 86.28º 0.85% 0.32% -
HSV(B) 86.28º 0.92% 0.58% -
XYZ 14.93 23.65 4.12 -
YUV 115.44 69.62 109.14 -
System Red Green Blue C M Y K H S L
Decimal 89 149 12 0.40 0 0.92 0.42 86.28 0.85 0.32
Hex 59 95 C 28 0 5C 2A 56 55 20
Octal 131 225 14 50 0 134 52 126 125 40
Binary 1011001 10010101 1100 101000 0 1011100 101010 1010110 1010101 100000

Color Harmonies of #59950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59950C

Black with #59950C

Text Example


Text Example

White with #59950C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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