#669933

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

Shades of Limeade #669933

Tints of Limeade #669933

Color information

#669933 (or 0x669933) is unknown color: approx Limeade. HEX triplet: 66, 99 and 33. RGB value is (102,153,51). Sum of RGB (Red+Green+Blue) = 102+153+51=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #669933 is a web safe color. Inversed color of #669933 is #9966CC. Grayscale: #7E7E7E. Windows color (decimal): -10053325 or 3381606. OLE color: 3381606.

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

Color convert

RGB10215351-
CMYK0.3300.670.4
HSL90º50%40%-
HSV(B)90º66.67%60%-
XYZ17.4725.857.2-
YUV126.1285.6110.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 50%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=33.33%
G=50%
B=16.67%

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
Decimal102153510.3300.670.4905040
Hex66993321043285a3228
Octal14623163410103501326250
Binary110011010011001110011100001010000111010001011010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669933; }

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

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

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

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

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

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

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

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