#669D2C

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

Shades of Limeade #669D2C

Tints of Limeade #669D2C

Color information

#669D2C (or 0x669D2C) is unknown color: approx Limeade. HEX triplet: 66, 9D and 2C. RGB value is (102,157,44). Sum of RGB (Red+Green+Blue) = 102+157+44=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #669D2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669D2C is #9962D3. Grayscale: #808080. Windows color (decimal): -10052308 or 2923878. OLE color: 2923878.

HSL color Cylindrical-coordinate representation of color #669D2C: hue angle of 89.2º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #669D2C is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB10215744-
CMYK0.3500.720.38
HSL89.2º56.22%39.41%-
HSV(B)89.2º71.97%61.57%-
XYZ17.9927.126.67-
YUV127.6780.78109.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.66%
GREEN value IS 157 (61.72% from 255) = 51.82%
BLUE value IS 44 (17.58% from 255) = 14.52%
R=33.66%
G=51.82%
B=14.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102157440.3500.720.3889.256.2239.41
Hex669D2C2304826593827
Octal14623554430110461317047
Binary110011010011101101100100011010010001001101011001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669D2C; }

 p { color: rgb(102,157,44); }

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

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

 a { background-color: rgb(102,157,44); }

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

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

 span { border-color: rgb(102,157,44); }

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