Shades of Christi #60AF04
Tints of Christi #60AF04
RGB
CMYK
RGB Variations
Color information
#60AF04 (or 0x60AF04) is known color: Christi. HEX triplet: 60, AF and 04. RGB value is (96,175,4). Sum of RGB (Red+Green+Blue) = 96+175+4=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 175 (68.75% from 255 or 63.64% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60AF04 is #9F50FB. Grayscale: #848484. Windows color (decimal): -10440956 or 307040. OLE color: 307040.
HSL color Cylindrical-coordinate representation of color #60AF04: hue angle of 87.72º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60AF04 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 175 | 4 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.31 |
| HSL | 87.72º | 0.96% | 0.35% | - |
| HSV(B) | 87.72º | 0.98% | 0.69% | - |
| XYZ | 20.18 | 33.16 | 5.45 | - |
| YUV | 131.89 | 55.83 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 4 | 0.45 | 0 | 0.98 | 0.31 | 87.72 | 0.96 | 0.35 |
| Hex | 60 | AF | 4 | 2D | 0 | 62 | 1F | 58 | 60 | 23 |
| Octal | 140 | 257 | 4 | 55 | 0 | 142 | 37 | 130 | 140 | 43 |
| Binary | 1100000 | 10101111 | 100 | 101101 | 0 | 1100010 | 11111 | 1011000 | 1100000 | 100011 |
Color Harmonies of #60AF04
Complementary color
Monochromatic Colors of #60AF04
Black with #60AF04
Text Example
Text Example
White with #60AF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AF04; }
p { color: rgb(96,175,4); }
H1.HeaderClassName
{
color: #60AF04;
}
.AnyTagClassName
{
color: #60AF04;
}
</style>
background-color css
<style>
a { background-color: #60AF04; }
a { background-color: rgb(96,175,4); }
div.DivClassName
{
background-color: #60AF04;
}
.BgClassName
{
background-color: #60AF04;
}
</style>
border-color css
<style>
span { border-color: #60AF04; }
span { border-color: rgb(96,175,4); }
td.TdClassName
{
border-color: #60AF04;
}
.TagClassName
{
border-color: #60AF04;
}
</style>