#669E36

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

Shades of Limeade #669E36

Tints of Limeade #669E36

Color information

#669E36 (or 0x669E36) is unknown color: approx Limeade. HEX triplet: 66, 9E and 36. RGB value is (102,158,54). Sum of RGB (Red+Green+Blue) = 102+158+54=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #669E36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669E36 is #9961C9. Grayscale: #818181. Windows color (decimal): -10052042 or 3579494. OLE color: 3579494.

HSL color Cylindrical-coordinate representation of color #669E36: hue angle of 92.31º 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 #669E36 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB10215854-
CMYK0.3500.660.38
HSL92.31º49.06%41.57%-
HSV(B)92.31º65.82%61.96%-
XYZ18.3727.547.84-
YUV129.485.45108.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 158 (62.11% from 255) = 50.32%
BLUE value IS 54 (21.48% from 255) = 17.20%
R=32.48%
G=50.32%
B=17.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102158540.3500.660.3892.3149.0641.57
Hex669E3623042265c312a
Octal14623666430102461346152
Binary110011010011110110110100011010000101001101011100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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