#669835

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

Shades of Limeade #669835

Tints of Limeade #669835

Color information

#669835 (or 0x669835) is unknown color: approx Limeade. HEX triplet: 66, 98 and 35. RGB value is (102,152,53). Sum of RGB (Red+Green+Blue) = 102+152+53=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #669835 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669835 is #9967CA. Grayscale: #7E7E7E. Windows color (decimal): -10053579 or 3512422. OLE color: 3512422.

HSL color Cylindrical-coordinate representation of color #669835: hue angle of 90.3º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #669835 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB10215253-
CMYK0.3300.650.40
HSL90.3º48.29%40.2%-
HSV(B)90.3º65.13%59.61%-
XYZ17.3525.547.38-
YUV125.7686.94111.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.22%
GREEN value IS 152 (59.77% from 255) = 49.51%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=33.22%
G=49.51%
B=17.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102152530.3300.650.4090.348.2940.2
Hex66983521041285a3028
Octal14623065410101501326050
Binary110011010011000110101100001010000011010001011010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669835; }

 p { color: rgb(102,152,53); }

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

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

 a { background-color: rgb(102,152,53); }

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

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

 span { border-color: rgb(102,152,53); }

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