#669F36

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

Shades of Limeade #669F36

Tints of Limeade #669F36

Color information

#669F36 (or 0x669F36) is unknown color: approx Limeade. HEX triplet: 66, 9F and 36. RGB value is (102,159,54). Sum of RGB (Red+Green+Blue) = 102+159+54=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #669F36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669F36 is #9960C9. Grayscale: #828282. Windows color (decimal): -10051786 or 3579750. OLE color: 3579750.

HSL color Cylindrical-coordinate representation of color #669F36: hue angle of 92.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #669F36 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB10215954-
CMYK0.3600.660.38
HSL92.57º49.3%41.76%-
HSV(B)92.57º66.04%62.35%-
XYZ18.5427.897.9-
YUV129.9985.12108.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 159 (62.5% from 255) = 50.48%
BLUE value IS 54 (21.48% from 255) = 17.14%
R=32.38%
G=50.48%
B=17.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102159540.3600.660.3892.5749.341.76
Hex669F3624042265d312a
Octal14623766440102461356152
Binary110011010011111110110100100010000101001101011101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,159,54); }

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

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

 a { background-color: rgb(102,159,54); }

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

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

 span { border-color: rgb(102,159,54); }

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