#659F20

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

Shades of Limeade #659F20

Tints of Limeade #659F20

Color information

#659F20 (or 0x659F20) is unknown color: approx Limeade. HEX triplet: 65, 9F and 20. RGB value is (101,159,32). Sum of RGB (Red+Green+Blue) = 101+159+32=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 159 (62.5% from 255 or 54.45% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 159 - color contains mainly: green. Hex color #659F20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659F20 is #9A60DF. Grayscale: #7F7F7F. Windows color (decimal): -10117344 or 2137957. OLE color: 2137957.

HSL color Cylindrical-coordinate representation of color #659F20: hue angle of 87.4º degrees, saturation: 0.66, 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 #659F20 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB10115932-
CMYK0.3600.800.38
HSL87.4º66.49%37.45%-
HSV(B)87.4º79.87%62.35%-
XYZ18.0327.675.76-
YUV127.1874.28109.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.59%
GREEN value IS 159 (62.5% from 255) = 54.45%
BLUE value IS 32 (12.89% from 255) = 10.96%
R=34.59%
G=54.45%
B=10.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101159320.3600.800.3887.466.4937.45
Hex659F202405026574225
Octal145237404401204612710245
Binary1100101100111111000001001000101000010011010101111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659F20; }

 p { color: rgb(101,159,32); }

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

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

 a { background-color: rgb(101,159,32); }

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

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

 span { border-color: rgb(101,159,32); }

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