#659933

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

Shades of Limeade #659933

Tints of Limeade #659933

Color information

#659933 (or 0x659933) is unknown color: approx Limeade. HEX triplet: 65, 99 and 33. RGB value is (101,153,51). Sum of RGB (Red+Green+Blue) = 101+153+51=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #659933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659933 is #9A66CC. Grayscale: #7E7E7E. Windows color (decimal): -10118861 or 3381605. OLE color: 3381605.

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

Color convert

RGB10115351-
CMYK0.3400.670.4
HSL90.59º50%40%-
HSV(B)90.59º66.67%60%-
XYZ17.3625.797.19-
YUV125.8285.77110.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.11%
GREEN value IS 153 (60.16% from 255) = 50.16%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=33.11%
G=50.16%
B=16.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101153510.3400.670.490.595040
Hex65993322043285b3228
Octal14523163420103501336250
Binary110010110011001110011100010010000111010001011011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659933; }

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

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

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

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

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

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

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

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