Shades of Limeade #659C27
Tints of Limeade #659C27
RGB
CMYK
RGB Variations
Color information
#659C27 (or 0x659C27) is known color: Limeade. HEX triplet: 65, 9C and 27. RGB value is (101,156,39). Sum of RGB (Red+Green+Blue) = 101+156+39=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #659C27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659C27 is #9A63D8. Grayscale: #7E7E7E. Windows color (decimal): -10118105 or 2595941. OLE color: 2595941.
HSL color Cylindrical-coordinate representation of color #659C27: hue angle of 88.21º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #659C27 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 39 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.39 |
| HSL | 88.21º | 0.6% | 0.38% | - |
| HSV(B) | 88.21º | 0.75% | 0.61% | - |
| XYZ | 17.62 | 26.69 | 6.14 | - |
| YUV | 126.22 | 78.78 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 39 | 0.35 | 0 | 0.75 | 0.39 | 88.21 | 0.6 | 0.38 |
| Hex | 65 | 9C | 27 | 23 | 0 | 4B | 27 | 58 | 3C | 26 |
| Octal | 145 | 234 | 47 | 43 | 0 | 113 | 47 | 130 | 74 | 46 |
| Binary | 1100101 | 10011100 | 100111 | 100011 | 0 | 1001011 | 100111 | 1011000 | 111100 | 100110 |
Color Harmonies of #659C27
Complementary color
Monochromatic Colors of #659C27
Black with #659C27
Text Example
Text Example
White with #659C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C27; }
p { color: rgb(101,156,39); }
H1.HeaderClassName
{
color: #659C27;
}
.AnyTagClassName
{
color: #659C27;
}
</style>
background-color css
<style>
a { background-color: #659C27; }
a { background-color: rgb(101,156,39); }
div.DivClassName
{
background-color: #659C27;
}
.BgClassName
{
background-color: #659C27;
}
</style>
border-color css
<style>
span { border-color: #659C27; }
span { border-color: rgb(101,156,39); }
td.TdClassName
{
border-color: #659C27;
}
.TagClassName
{
border-color: #659C27;
}
</style>