Html Css Color HEX #599501 Limeade

📋 copy color: '#599501'

red 89 ◦ green 149 ◦ blue 1

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

Shades of Limeade #599501

Tints of Limeade #599501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 37.24%
G = 62.34%
B = 0.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#599501 (or 0x599501) is known color: Limeade. HEX triplet: 59, 95 and 01. RGB value is (89,149,1). Sum of RGB (Red+Green+Blue) = 89+149+1=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 149 (58.59% from 255 or 62.34% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 149 - color contains mainly: green. Hex color #599501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599501 is #A66AFE. Grayscale: #727272. Windows color (decimal): -10906367 or 103769. OLE color: 103769.

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

Color convert

RGB 89 149 1 -
CMYK 0.40 0 0.99 0.42
HSL 84.32º 0.99% 0.29% -
HSV(B) 84.32º 0.99% 0.58% -
XYZ 14.87 23.62 3.8 -
YUV 114.19 64.12 110.03 -
System Red Green Blue C M Y K H S L
Decimal 89 149 1 0.40 0 0.99 0.42 84.32 0.99 0.29
Hex 59 95 1 28 0 63 2A 54 63 1D
Octal 131 225 1 50 0 143 52 124 143 35
Binary 1011001 10010101 1 101000 0 1100011 101010 1010100 1100011 11101

Color Harmonies of #599501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599501

Black with #599501

Text Example


Text Example

White with #599501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599501; }

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

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

background-color css

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

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

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

border-color css

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

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

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