Shades of Christi #64B01C
Tints of Christi #64B01C
RGB
CMYK
RGB Variations
Color information
#64B01C (or 0x64B01C) is known color: Christi. HEX triplet: 64, B0 and 1C. RGB value is (100,176,28). Sum of RGB (Red+Green+Blue) = 100+176+28=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 176 (69.14% from 255 or 57.89% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 176 - color contains mainly: green. Hex color #64B01C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64B01C is #9B4FE3. Grayscale: #888888. Windows color (decimal): -10178532 or 1880164. OLE color: 1880164.
HSL color Cylindrical-coordinate representation of color #64B01C: hue angle of 90.81º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64B01C is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 176 | 28 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.31 |
| HSL | 90.81º | 0.73% | 0.4% | - |
| HSV(B) | 90.81º | 0.84% | 0.69% | - |
| XYZ | 20.99 | 33.84 | 6.52 | - |
| YUV | 136.4 | 66.82 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 176 | 28 | 0.43 | 0 | 0.84 | 0.31 | 90.81 | 0.73 | 0.4 |
| Hex | 64 | B0 | 1C | 2B | 0 | 54 | 1F | 5B | 49 | 28 |
| Octal | 144 | 260 | 34 | 53 | 0 | 124 | 37 | 133 | 111 | 50 |
| Binary | 1100100 | 10110000 | 11100 | 101011 | 0 | 1010100 | 11111 | 1011011 | 1001001 | 101000 |
Color Harmonies of #64B01C
Complementary color
Monochromatic Colors of #64B01C
Black with #64B01C
Text Example
Text Example
White with #64B01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B01C; }
p { color: rgb(100,176,28); }
H1.HeaderClassName
{
color: #64B01C;
}
.AnyTagClassName
{
color: #64B01C;
}
</style>
background-color css
<style>
a { background-color: #64B01C; }
a { background-color: rgb(100,176,28); }
div.DivClassName
{
background-color: #64B01C;
}
.BgClassName
{
background-color: #64B01C;
}
</style>
border-color css
<style>
span { border-color: #64B01C; }
span { border-color: rgb(100,176,28); }
td.TdClassName
{
border-color: #64B01C;
}
.TagClassName
{
border-color: #64B01C;
}
</style>