#669731

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

Shades of Limeade #669731

Tints of Limeade #669731

Color information

#669731 (or 0x669731) is unknown color: approx Limeade. HEX triplet: 66, 97 and 31. RGB value is (102,151,49). Sum of RGB (Red+Green+Blue) = 102+151+49=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #669731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669731 is #9968CE. Grayscale: #7D7D7D. Windows color (decimal): -10053839 or 3250022. OLE color: 3250022.

HSL color Cylindrical-coordinate representation of color #669731: hue angle of 88.82º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #669731 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB10215149-
CMYK0.3200.680.41
HSL88.82º51%39.22%-
HSV(B)88.82º67.55%59.22%-
XYZ17.125.186.86-
YUV124.7285.27111.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.77%
GREEN value IS 151 (59.38% from 255) = 50%
BLUE value IS 49 (19.53% from 255) = 16.23%
R=33.77%
G=50%
B=16.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102151490.3200.680.4188.825139.22
Hex6697312004429593327
Octal14622761400104511316347
Binary110011010010111110001100000010001001010011011001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669731; }

 p { color: rgb(102,151,49); }

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

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

 a { background-color: rgb(102,151,49); }

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

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

 span { border-color: rgb(102,151,49); }

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