#669E29

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

Shades of Limeade #669E29

Tints of Limeade #669E29

Color information

#669E29 (or 0x669E29) is unknown color: approx Limeade. HEX triplet: 66, 9E and 29. RGB value is (102,158,41). Sum of RGB (Red+Green+Blue) = 102+158+41=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 158 (62.11% from 255 or 52.49% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 158 - color contains mainly: green. Hex color #669E29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669E29 is #9961D6. Grayscale: #808080. Windows color (decimal): -10052055 or 2727526. OLE color: 2727526.

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

Color convert

RGB10215841-
CMYK0.3500.740.38
HSL88.72º58.79%39.02%-
HSV(B)88.72º74.05%61.96%-
XYZ18.1127.446.44-
YUV127.9278.95109.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.89%
GREEN value IS 158 (62.11% from 255) = 52.49%
BLUE value IS 41 (16.41% from 255) = 13.62%
R=33.89%
G=52.49%
B=13.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102158410.3500.740.3888.7258.7939.02
Hex669E292304A26593b27
Octal14623651430112461317347
Binary110011010011110101001100011010010101001101011001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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