Shades of Limeade #669D25
Tints of Limeade #669D25
RGB
CMYK
RGB Variations
Color information
#669D25 (or 0x669D25) is known color: Limeade. HEX triplet: 66, 9D and 25. RGB value is (102,157,37). Sum of RGB (Red+Green+Blue) = 102+157+37=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 157 (61.72% from 255 or 53.04% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 157 - color contains mainly: green. Hex color #669D25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669D25 is #9962DA. Grayscale: #7F7F7F. Windows color (decimal): -10052315 or 2465126. OLE color: 2465126.
HSL color Cylindrical-coordinate representation of color #669D25: hue angle of 87.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #669D25 is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 37 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.38 |
| HSL | 87.5º | 0.62% | 0.38% | - |
| HSV(B) | 87.5º | 0.76% | 0.62% | - |
| XYZ | 17.87 | 27.07 | 6.03 | - |
| YUV | 126.88 | 77.28 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 37 | 0.35 | 0 | 0.76 | 0.38 | 87.5 | 0.62 | 0.38 |
| Hex | 66 | 9D | 25 | 23 | 0 | 4C | 26 | 57 | 3E | 26 |
| Octal | 146 | 235 | 45 | 43 | 0 | 114 | 46 | 127 | 76 | 46 |
| Binary | 1100110 | 10011101 | 100101 | 100011 | 0 | 1001100 | 100110 | 1010111 | 111110 | 100110 |
Color Harmonies of #669D25
Complementary color
Monochromatic Colors of #669D25
Black with #669D25
Text Example
Text Example
White with #669D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D25; }
p { color: rgb(102,157,37); }
H1.HeaderClassName
{
color: #669D25;
}
.AnyTagClassName
{
color: #669D25;
}
</style>
background-color css
<style>
a { background-color: #669D25; }
a { background-color: rgb(102,157,37); }
div.DivClassName
{
background-color: #669D25;
}
.BgClassName
{
background-color: #669D25;
}
</style>
border-color css
<style>
span { border-color: #669D25; }
span { border-color: rgb(102,157,37); }
td.TdClassName
{
border-color: #669D25;
}
.TagClassName
{
border-color: #669D25;
}
</style>