Shades of Christi #64B81E
Tints of Christi #64B81E
RGB
CMYK
RGB Variations
Color information
#64B81E (or 0x64B81E) is known color: Christi. HEX triplet: 64, B8 and 1E. RGB value is (100,184,30). Sum of RGB (Red+Green+Blue) = 100+184+30=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 184 (72.27% from 255 or 58.60% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 184 - color contains mainly: green. Hex color #64B81E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B81E is #9B47E1. Grayscale: #8D8D8D. Windows color (decimal): -10176482 or 2013284. OLE color: 2013284.
HSL color Cylindrical-coordinate representation of color #64B81E: hue angle of 92.73º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64B81E is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 184 | 30 | - |
| CMYK | 0.46 | 0 | 0.84 | 0.28 |
| HSL | 92.73º | 0.72% | 0.42% | - |
| HSV(B) | 92.73º | 0.84% | 0.72% | - |
| XYZ | 22.63 | 37.08 | 7.19 | - |
| YUV | 141.33 | 65.17 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 184 | 30 | 0.46 | 0 | 0.84 | 0.28 | 92.73 | 0.72 | 0.42 |
| Hex | 64 | B8 | 1E | 2E | 0 | 54 | 1C | 5D | 48 | 2A |
| Octal | 144 | 270 | 36 | 56 | 0 | 124 | 34 | 135 | 110 | 52 |
| Binary | 1100100 | 10111000 | 11110 | 101110 | 0 | 1010100 | 11100 | 1011101 | 1001000 | 101010 |
Color Harmonies of #64B81E
Complementary color
Monochromatic Colors of #64B81E
Black with #64B81E
Text Example
Text Example
White with #64B81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B81E; }
p { color: rgb(100,184,30); }
H1.HeaderClassName
{
color: #64B81E;
}
.AnyTagClassName
{
color: #64B81E;
}
</style>
background-color css
<style>
a { background-color: #64B81E; }
a { background-color: rgb(100,184,30); }
div.DivClassName
{
background-color: #64B81E;
}
.BgClassName
{
background-color: #64B81E;
}
</style>
border-color css
<style>
span { border-color: #64B81E; }
span { border-color: rgb(100,184,30); }
td.TdClassName
{
border-color: #64B81E;
}
.TagClassName
{
border-color: #64B81E;
}
</style>