Shades of Limeade #64971F
Tints of Limeade #64971F
RGB
CMYK
RGB Variations
Color information
#64971F (or 0x64971F) is known color: Limeade. HEX triplet: 64, 97 and 1F. RGB value is (100,151,31). Sum of RGB (Red+Green+Blue) = 100+151+31=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 151 (59.38% from 255 or 53.55% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 151 - color contains mainly: green. Hex color #64971F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64971F is #9B68E0. Grayscale: #7A7A7A. Windows color (decimal): -10184929 or 2070372. OLE color: 2070372.
HSL color Cylindrical-coordinate representation of color #64971F: hue angle of 85.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64971F is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 31 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.41 |
| HSL | 85.5º | 0.66% | 0.36% | - |
| HSV(B) | 85.5º | 0.79% | 0.59% | - |
| XYZ | 16.57 | 24.94 | 5.24 | - |
| YUV | 122.07 | 76.6 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 31 | 0.34 | 0 | 0.79 | 0.41 | 85.5 | 0.66 | 0.36 |
| Hex | 64 | 97 | 1F | 22 | 0 | 4F | 29 | 56 | 42 | 24 |
| Octal | 144 | 227 | 37 | 42 | 0 | 117 | 51 | 126 | 102 | 44 |
| Binary | 1100100 | 10010111 | 11111 | 100010 | 0 | 1001111 | 101001 | 1010110 | 1000010 | 100100 |
Color Harmonies of #64971F
Complementary color
Monochromatic Colors of #64971F
Black with #64971F
Text Example
Text Example
White with #64971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64971F; }
p { color: rgb(100,151,31); }
H1.HeaderClassName
{
color: #64971F;
}
.AnyTagClassName
{
color: #64971F;
}
</style>
background-color css
<style>
a { background-color: #64971F; }
a { background-color: rgb(100,151,31); }
div.DivClassName
{
background-color: #64971F;
}
.BgClassName
{
background-color: #64971F;
}
</style>
border-color css
<style>
span { border-color: #64971F; }
span { border-color: rgb(100,151,31); }
td.TdClassName
{
border-color: #64971F;
}
.TagClassName
{
border-color: #64971F;
}
</style>