#599214

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

Shades of Limeade #599214

Tints of Limeade #599214

Color information

#599214 (or 0x599214) is unknown color: approx Limeade. HEX triplet: 59, 92 and 14. RGB value is (89,146,20). Sum of RGB (Red+Green+Blue) = 89+146+20=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #599214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599214 is #A66DEB. Grayscale: #737373. Windows color (decimal): -10907116 or 1348185. OLE color: 1348185.

HSL color Cylindrical-coordinate representation of color #599214: hue angle of 87.14º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #599214 is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB8914620-
CMYK0.3900.860.43
HSL87.14º75.9%32.55%-
HSV(B)87.14º86.3%57.25%-
XYZ14.5222.734.28-
YUV114.5974.62109.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.90%
GREEN value IS 146 (57.42% from 255) = 57.25%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=34.90%
G=57.25%
B=7.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89146200.3900.860.4387.1475.932.55
Hex599214270562B574c21
Octal131222244701265312711441
Binary101100110010010101001001110101011010101110101111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599214; }

 p { color: rgb(89,146,20); }

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

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

 a { background-color: rgb(89,146,20); }

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

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

 span { border-color: rgb(89,146,20); }

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