#599D1F

Color #599D1F Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #599D1F

Tints of Limeade #599D1F

Color information

#599D1F (or 0x599D1F) is unknown color: approx Limeade. HEX triplet: 59, 9D and 1F. RGB value is (89,157,31). Sum of RGB (Red+Green+Blue) = 89+157+31=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 157 (61.72% from 255 or 56.68% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 157 - color contains mainly: green. Hex color #599D1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599D1F is #A662E0. Grayscale: #7A7A7A. Windows color (decimal): -10904289 or 2071897. OLE color: 2071897.

HSL color Cylindrical-coordinate representation of color #599D1F: hue angle of 92.38º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #599D1F is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB8915731-
CMYK0.4300.800.38
HSL92.38º67.02%36.86%-
HSV(B)92.38º80.25%61.57%-
XYZ16.4226.345.51-
YUV122.376.47104.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.13%
GREEN value IS 157 (61.72% from 255) = 56.68%
BLUE value IS 31 (12.5% from 255) = 11.19%
R=32.13%
G=56.68%
B=11.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89157310.4300.800.3892.3867.0236.86
Hex599D1F2B050265c4325
Octal131235375301204613410345
Binary101100110011101111111010110101000010011010111001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599D1F; }

 p { color: rgb(89,157,31); }

 H1.HeaderClassName
 {
   color: #599D1F;
 }
 .AnyTagClassName
 {
   color: #599D1F;
 }
</style>
background-color css

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

 a { background-color: rgb(89,157,31); }

 div.DivClassName
 {
   background-color: #599D1F;
 }
 .BgClassName
 {
   background-color: #599D1F;
 }
</style>
border-color css

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

 span { border-color: rgb(89,157,31); }

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