Html Css Color HEX #599500 Limeade

📋 copy color: '#599500'

red 89 ◦ green 149 ◦ blue 0

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

Shades of Limeade #599500

Tints of Limeade #599500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.39%
G = 62.61%
B = 0%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#599500 (or 0x599500) is known color: Limeade. HEX triplet: 59, 95 and 00. RGB value is (89,149,0). Sum of RGB (Red+Green+Blue) = 89+149+0=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 149 (58.59% from 255 or 62.61% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 149 - color contains mainly: green. Hex color #599500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599500 is #A66AFF. Grayscale: #727272. Windows color (decimal): -10906368 or 38233. OLE color: 38233.

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

Color convert

RGB 89 149 0 -
CMYK 0.40 0 1 0.42
HSL 84.16º 1% 0.29% -
HSV(B) 84.16º 1% 0.58% -
XYZ 14.87 23.62 3.78 -
YUV 114.07 63.62 110.12 -
System Red Green Blue C M Y K H S L
Decimal 89 149 0 0.40 0 1 0.42 84.16 1 0.29
Hex 59 95 0 28 0 64 2A 54 64 1D
Octal 131 225 0 50 0 144 52 124 144 35
Binary 1011001 10010101 0 101000 0 1100100 101010 1010100 1100100 11101

Color Harmonies of #599500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599500

Black with #599500

Text Example


Text Example

White with #599500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599500; }

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

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

background-color css

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

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

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

border-color css

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

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

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