#669B25

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

Shades of Limeade #669B25

Tints of Limeade #669B25

Color information

#669B25 (or 0x669B25) is unknown color: approx Limeade. HEX triplet: 66, 9B and 25. RGB value is (102,155,37). Sum of RGB (Red+Green+Blue) = 102+155+37=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #669B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B25 is #9964DA. Grayscale: #7E7E7E. Windows color (decimal): -10052827 or 2464614. OLE color: 2464614.

HSL color Cylindrical-coordinate representation of color #669B25: hue angle of 86.95º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #669B25 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB10215537-
CMYK0.3400.760.39
HSL86.95º61.46%37.65%-
HSV(B)86.95º76.13%60.78%-
XYZ17.5326.45.92-
YUV125.777.94111.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 155 (60.94% from 255) = 52.72%
BLUE value IS 37 (14.84% from 255) = 12.59%
R=34.69%
G=52.72%
B=12.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102155370.3400.760.3986.9561.4637.65
Hex669B252204C27573d26
Octal14623345420114471277546
Binary110011010011011100101100010010011001001111010111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,155,37); }

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

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

 a { background-color: rgb(102,155,37); }

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

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

 span { border-color: rgb(102,155,37); }

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