Shades of Limeade #669A25
Tints of Limeade #669A25
RGB
CMYK
RGB Variations
Color information
#669A25 (or 0x669A25) is known color: Limeade. HEX triplet: 66, 9A and 25. RGB value is (102,154,37). Sum of RGB (Red+Green+Blue) = 102+154+37=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #669A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669A25 is #9965DA. Grayscale: #7D7D7D. Windows color (decimal): -10053083 or 2464358. OLE color: 2464358.
HSL color Cylindrical-coordinate representation of color #669A25: hue angle of 86.67º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #669A25 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 154 | 37 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.40 |
| HSL | 86.67º | 0.61% | 0.37% | - |
| HSV(B) | 86.67º | 0.76% | 0.6% | - |
| XYZ | 17.37 | 26.07 | 5.87 | - |
| YUV | 125.11 | 78.27 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 37 | 0.34 | 0 | 0.76 | 0.40 | 86.67 | 0.61 | 0.37 |
| Hex | 66 | 9A | 25 | 22 | 0 | 4C | 28 | 57 | 3D | 25 |
| Octal | 146 | 232 | 45 | 42 | 0 | 114 | 50 | 127 | 75 | 45 |
| Binary | 1100110 | 10011010 | 100101 | 100010 | 0 | 1001100 | 101000 | 1010111 | 111101 | 100101 |
Color Harmonies of #669A25
Complementary color
Monochromatic Colors of #669A25
Black with #669A25
Text Example
Text Example
White with #669A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669A25; }
p { color: rgb(102,154,37); }
H1.HeaderClassName
{
color: #669A25;
}
.AnyTagClassName
{
color: #669A25;
}
</style>
background-color css
<style>
a { background-color: #669A25; }
a { background-color: rgb(102,154,37); }
div.DivClassName
{
background-color: #669A25;
}
.BgClassName
{
background-color: #669A25;
}
</style>
border-color css
<style>
span { border-color: #669A25; }
span { border-color: rgb(102,154,37); }
td.TdClassName
{
border-color: #669A25;
}
.TagClassName
{
border-color: #669A25;
}
</style>