#669842

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

Shades of Limeade #669842

Tints of Limeade #669842

Color information

#669842 (or 0x669842) is unknown color: approx Limeade. HEX triplet: 66, 98 and 42. RGB value is (102,152,66). Sum of RGB (Red+Green+Blue) = 102+152+66=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #669842 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669842 is #9967BD. Grayscale: #7F7F7F. Windows color (decimal): -10053566 or 4364390. OLE color: 4364390.

HSL color Cylindrical-coordinate representation of color #669842: hue angle of 94.88º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #669842 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB10215266-
CMYK0.3300.570.40
HSL94.88º39.45%42.75%-
HSV(B)94.88º56.58%59.61%-
XYZ17.6925.679.18-
YUV127.2593.44109.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.88%
GREEN value IS 152 (59.77% from 255) = 47.5%
BLUE value IS 66 (26.17% from 255) = 20.62%
R=31.88%
G=47.5%
B=20.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102152660.3300.570.4094.8839.4542.75
Hex66984221039285f272b
Octal14623010241071501374753
Binary110011010011000100001010000101110011010001011111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669842; }

 p { color: rgb(102,152,66); }

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

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

 a { background-color: rgb(102,152,66); }

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

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

 span { border-color: rgb(102,152,66); }

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