Shades of Limeade #65992D
Tints of Limeade #65992D
RGB
CMYK
RGB Variations
Color information
#65992D (or 0x65992D) is known color: Limeade. HEX triplet: 65, 99 and 2D. RGB value is (101,153,45). Sum of RGB (Red+Green+Blue) = 101+153+45=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #65992D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65992D is #9A66D2. Grayscale: #7D7D7D. Windows color (decimal): -10118867 or 2988389. OLE color: 2988389.
HSL color Cylindrical-coordinate representation of color #65992D: hue angle of 88.89º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65992D is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 45 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.4 |
| HSL | 88.89º | 0.55% | 0.39% | - |
| HSV(B) | 88.89º | 0.71% | 0.6% | - |
| XYZ | 17.23 | 25.74 | 6.54 | - |
| YUV | 125.14 | 82.77 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 45 | 0.34 | 0 | 0.71 | 0.4 | 88.89 | 0.55 | 0.39 |
| Hex | 65 | 99 | 2D | 22 | 0 | 47 | 28 | 59 | 37 | 27 |
| Octal | 145 | 231 | 55 | 42 | 0 | 107 | 50 | 131 | 67 | 47 |
| Binary | 1100101 | 10011001 | 101101 | 100010 | 0 | 1000111 | 101000 | 1011001 | 110111 | 100111 |
Color Harmonies of #65992D
Complementary color
Monochromatic Colors of #65992D
Black with #65992D
Text Example
Text Example
White with #65992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65992D; }
p { color: rgb(101,153,45); }
H1.HeaderClassName
{
color: #65992D;
}
.AnyTagClassName
{
color: #65992D;
}
</style>
background-color css
<style>
a { background-color: #65992D; }
a { background-color: rgb(101,153,45); }
div.DivClassName
{
background-color: #65992D;
}
.BgClassName
{
background-color: #65992D;
}
</style>
border-color css
<style>
span { border-color: #65992D; }
span { border-color: rgb(101,153,45); }
td.TdClassName
{
border-color: #65992D;
}
.TagClassName
{
border-color: #65992D;
}
</style>