Shades of Limeade #65972D
Tints of Limeade #65972D
RGB
CMYK
RGB Variations
Color information
#65972D (or 0x65972D) is known color: Limeade. HEX triplet: 65, 97 and 2D. RGB value is (101,151,45). Sum of RGB (Red+Green+Blue) = 101+151+45=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #65972D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65972D is #9A68D2. Grayscale: #7C7C7C. Windows color (decimal): -10119379 or 2987877. OLE color: 2987877.
HSL color Cylindrical-coordinate representation of color #65972D: hue angle of 88.3º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65972D is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 151 | 45 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.41 |
| HSL | 88.3º | 0.54% | 0.38% | - |
| HSV(B) | 88.3º | 0.7% | 0.59% | - |
| XYZ | 16.91 | 25.09 | 6.43 | - |
| YUV | 123.97 | 83.44 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 151 | 45 | 0.33 | 0 | 0.70 | 0.41 | 88.3 | 0.54 | 0.38 |
| Hex | 65 | 97 | 2D | 21 | 0 | 46 | 29 | 58 | 36 | 26 |
| Octal | 145 | 227 | 55 | 41 | 0 | 106 | 51 | 130 | 66 | 46 |
| Binary | 1100101 | 10010111 | 101101 | 100001 | 0 | 1000110 | 101001 | 1011000 | 110110 | 100110 |
Color Harmonies of #65972D
Complementary color
Monochromatic Colors of #65972D
Black with #65972D
Text Example
Text Example
White with #65972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65972D; }
p { color: rgb(101,151,45); }
H1.HeaderClassName
{
color: #65972D;
}
.AnyTagClassName
{
color: #65972D;
}
</style>
background-color css
<style>
a { background-color: #65972D; }
a { background-color: rgb(101,151,45); }
div.DivClassName
{
background-color: #65972D;
}
.BgClassName
{
background-color: #65972D;
}
</style>
border-color css
<style>
span { border-color: #65972D; }
span { border-color: rgb(101,151,45); }
td.TdClassName
{
border-color: #65972D;
}
.TagClassName
{
border-color: #65972D;
}
</style>