#659928

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

Shades of Limeade #659928

Tints of Limeade #659928

Color information

#659928 (or 0x659928) is unknown color: approx Limeade. HEX triplet: 65, 99 and 28. RGB value is (101,153,40). Sum of RGB (Red+Green+Blue) = 101+153+40=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #659928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659928 is #9A66D7. Grayscale: #7C7C7C. Windows color (decimal): -10118872 or 2660709. OLE color: 2660709.

HSL color Cylindrical-coordinate representation of color #659928: hue angle of 87.61º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #659928 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB10115340-
CMYK0.3400.740.4
HSL87.61º58.55%37.84%-
HSV(B)87.61º73.86%60%-
XYZ17.1425.76.07-
YUV124.5780.27111.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.35%
GREEN value IS 153 (60.16% from 255) = 52.04%
BLUE value IS 40 (16.02% from 255) = 13.61%
R=34.35%
G=52.04%
B=13.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101153400.3400.740.487.6158.5537.84
Hex6599282204A28583b26
Octal14523150420112501307346
Binary110010110011001101000100010010010101010001011000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659928; }

 p { color: rgb(101,153,40); }

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

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

 a { background-color: rgb(101,153,40); }

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

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

 span { border-color: rgb(101,153,40); }

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