Shades of Christi #64AF02
Tints of Christi #64AF02
RGB
CMYK
RGB Variations
Color information
#64AF02 (or 0x64AF02) is known color: Christi. HEX triplet: 64, AF and 02. RGB value is (100,175,2). Sum of RGB (Red+Green+Blue) = 100+175+2=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64AF02 is #9B50FD. Grayscale: #858585. Windows color (decimal): -10178814 or 175972. OLE color: 175972.
HSL color Cylindrical-coordinate representation of color #64AF02: hue angle of 86.01º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64AF02 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 175 | 2 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.31 |
| HSL | 86.01º | 0.98% | 0.35% | - |
| HSV(B) | 86.01º | 0.99% | 0.69% | - |
| XYZ | 20.6 | 33.37 | 5.41 | - |
| YUV | 132.85 | 54.15 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 2 | 0.43 | 0 | 0.99 | 0.31 | 86.01 | 0.98 | 0.35 |
| Hex | 64 | AF | 2 | 2B | 0 | 63 | 1F | 56 | 62 | 23 |
| Octal | 144 | 257 | 2 | 53 | 0 | 143 | 37 | 126 | 142 | 43 |
| Binary | 1100100 | 10101111 | 10 | 101011 | 0 | 1100011 | 11111 | 1010110 | 1100010 | 100011 |
Color Harmonies of #64AF02
Complementary color
Monochromatic Colors of #64AF02
Black with #64AF02
Text Example
Text Example
White with #64AF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AF02; }
p { color: rgb(100,175,2); }
H1.HeaderClassName
{
color: #64AF02;
}
.AnyTagClassName
{
color: #64AF02;
}
</style>
background-color css
<style>
a { background-color: #64AF02; }
a { background-color: rgb(100,175,2); }
div.DivClassName
{
background-color: #64AF02;
}
.BgClassName
{
background-color: #64AF02;
}
</style>
border-color css
<style>
span { border-color: #64AF02; }
span { border-color: rgb(100,175,2); }
td.TdClassName
{
border-color: #64AF02;
}
.TagClassName
{
border-color: #64AF02;
}
</style>