Shades of Limeade #659925
Tints of Limeade #659925
RGB
CMYK
RGB Variations
Color information
#659925 (or 0x659925) is known color: Limeade. HEX triplet: 65, 99 and 25. RGB value is (101,153,37). Sum of RGB (Red+Green+Blue) = 101+153+37=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #659925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659925 is #9A66DA. Grayscale: #7C7C7C. Windows color (decimal): -10118875 or 2464101. OLE color: 2464101.
HSL color Cylindrical-coordinate representation of color #659925: hue angle of 86.9º 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 #659925 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 37 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.4 |
| HSL | 86.9º | 0.61% | 0.37% | - |
| HSV(B) | 86.9º | 0.76% | 0.6% | - |
| XYZ | 17.09 | 25.68 | 5.81 | - |
| YUV | 124.23 | 78.77 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 37 | 0.34 | 0 | 0.76 | 0.4 | 86.9 | 0.61 | 0.37 |
| Hex | 65 | 99 | 25 | 22 | 0 | 4C | 28 | 57 | 3D | 25 |
| Octal | 145 | 231 | 45 | 42 | 0 | 114 | 50 | 127 | 75 | 45 |
| Binary | 1100101 | 10011001 | 100101 | 100010 | 0 | 1001100 | 101000 | 1010111 | 111101 | 100101 |
Color Harmonies of #659925
Complementary color
Monochromatic Colors of #659925
Black with #659925
Text Example
Text Example
White with #659925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659925; }
p { color: rgb(101,153,37); }
H1.HeaderClassName
{
color: #659925;
}
.AnyTagClassName
{
color: #659925;
}
</style>
background-color css
<style>
a { background-color: #659925; }
a { background-color: rgb(101,153,37); }
div.DivClassName
{
background-color: #659925;
}
.BgClassName
{
background-color: #659925;
}
</style>
border-color css
<style>
span { border-color: #659925; }
span { border-color: rgb(101,153,37); }
td.TdClassName
{
border-color: #659925;
}
.TagClassName
{
border-color: #659925;
}
</style>