Shades of Limeade #64971B
Tints of Limeade #64971B
RGB
CMYK
RGB Variations
Color information
#64971B (or 0x64971B) is known color: Limeade. HEX triplet: 64, 97 and 1B. RGB value is (100,151,27). Sum of RGB (Red+Green+Blue) = 100+151+27=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 151 (59.38% from 255 or 54.32% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 151 - color contains mainly: green. Hex color #64971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64971B is #9B68E4. Grayscale: #7A7A7A. Windows color (decimal): -10184933 or 1808228. OLE color: 1808228.
HSL color Cylindrical-coordinate representation of color #64971B: hue angle of 84.68º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64971B is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 27 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.41 |
| HSL | 84.68º | 0.7% | 0.35% | - |
| HSV(B) | 84.68º | 0.82% | 0.59% | - |
| XYZ | 16.52 | 24.92 | 4.98 | - |
| YUV | 121.62 | 74.6 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 27 | 0.34 | 0 | 0.82 | 0.41 | 84.68 | 0.7 | 0.35 |
| Hex | 64 | 97 | 1B | 22 | 0 | 52 | 29 | 55 | 46 | 23 |
| Octal | 144 | 227 | 33 | 42 | 0 | 122 | 51 | 125 | 106 | 43 |
| Binary | 1100100 | 10010111 | 11011 | 100010 | 0 | 1010010 | 101001 | 1010101 | 1000110 | 100011 |
Color Harmonies of #64971B
Complementary color
Monochromatic Colors of #64971B
Black with #64971B
Text Example
Text Example
White with #64971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64971B; }
p { color: rgb(100,151,27); }
H1.HeaderClassName
{
color: #64971B;
}
.AnyTagClassName
{
color: #64971B;
}
</style>
background-color css
<style>
a { background-color: #64971B; }
a { background-color: rgb(100,151,27); }
div.DivClassName
{
background-color: #64971B;
}
.BgClassName
{
background-color: #64971B;
}
</style>
border-color css
<style>
span { border-color: #64971B; }
span { border-color: rgb(100,151,27); }
td.TdClassName
{
border-color: #64971B;
}
.TagClassName
{
border-color: #64971B;
}
</style>