#669932

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

Shades of Limeade #669932

Tints of Limeade #669932

Color information

#669932 (or 0x669932) is unknown color: approx Limeade. HEX triplet: 66, 99 and 32. RGB value is (102,153,50). Sum of RGB (Red+Green+Blue) = 102+153+50=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #669932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669932 is #9966CD. Grayscale: #7E7E7E. Windows color (decimal): -10053326 or 3316070. OLE color: 3316070.

HSL color Cylindrical-coordinate representation of color #669932: hue angle of 89.71º degrees, saturation: 0.51, 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 #669932 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB10215350-
CMYK0.3300.670.4
HSL89.71º50.74%39.8%-
HSV(B)89.71º67.32%60%-
XYZ17.4525.847.09-
YUV126.0185.1110.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 153 (60.16% from 255) = 50.16%
BLUE value IS 50 (19.92% from 255) = 16.39%
R=33.44%
G=50.16%
B=16.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102153500.3300.670.489.7150.7439.8
Hex66993221043285a3328
Octal14623162410103501326350
Binary110011010011001110010100001010000111010001011010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669932; }

 p { color: rgb(102,153,50); }

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

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

 a { background-color: rgb(102,153,50); }

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

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

 span { border-color: rgb(102,153,50); }

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