#659720

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

Shades of Limeade #659720

Tints of Limeade #659720

Color information

#659720 (or 0x659720) is unknown color: approx Limeade. HEX triplet: 65, 97 and 20. RGB value is (101,151,32). Sum of RGB (Red+Green+Blue) = 101+151+32=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #659720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659720 is #9A68DF. Grayscale: #7A7A7A. Windows color (decimal): -10119392 or 2135909. OLE color: 2135909.

HSL color Cylindrical-coordinate representation of color #659720: hue angle of 85.21º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #659720 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB10115132-
CMYK0.3300.790.41
HSL85.21º65.03%35.88%-
HSV(B)85.21º78.81%59.22%-
XYZ16.69255.31-
YUV122.4876.94112.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.56%
GREEN value IS 151 (59.38% from 255) = 53.17%
BLUE value IS 32 (12.89% from 255) = 11.27%
R=35.56%
G=53.17%
B=11.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101151320.3300.790.4185.2165.0335.88
Hex6597202104F29554124
Octal145227404101175112510144
Binary1100101100101111000001000010100111110100110101011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659720; }

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

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

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

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

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

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

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

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