Shades of Christi #78AF11
Tints of Christi #78AF11
RGB
CMYK
RGB Variations
Color information
#78AF11 (or 0x78AF11) is known color: Christi. HEX triplet: 78, AF and 11. RGB value is (120,175,17). Sum of RGB (Red+Green+Blue) = 120+175+17=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78AF11 is #8750EE. Grayscale: #8D8D8D. Windows color (decimal): -8868079 or 1159032. OLE color: 1159032.
HSL color Cylindrical-coordinate representation of color #78AF11: hue angle of 80.89º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78AF11 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 175 | 17 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.31 |
| HSL | 80.89º | 0.82% | 0.38% | - |
| HSV(B) | 80.89º | 0.9% | 0.69% | - |
| XYZ | 23.18 | 34.69 | 6.01 | - |
| YUV | 140.54 | 58.28 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 175 | 17 | 0.31 | 0 | 0.90 | 0.31 | 80.89 | 0.82 | 0.38 |
| Hex | 78 | AF | 11 | 1F | 0 | 5A | 1F | 51 | 52 | 26 |
| Octal | 170 | 257 | 21 | 37 | 0 | 132 | 37 | 121 | 122 | 46 |
| Binary | 1111000 | 10101111 | 10001 | 11111 | 0 | 1011010 | 11111 | 1010001 | 1010010 | 100110 |
Color Harmonies of #78AF11
Complementary color
Monochromatic Colors of #78AF11
Black with #78AF11
Text Example
Text Example
White with #78AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AF11; }
p { color: rgb(120,175,17); }
H1.HeaderClassName
{
color: #78AF11;
}
.AnyTagClassName
{
color: #78AF11;
}
</style>
background-color css
<style>
a { background-color: #78AF11; }
a { background-color: rgb(120,175,17); }
div.DivClassName
{
background-color: #78AF11;
}
.BgClassName
{
background-color: #78AF11;
}
</style>
border-color css
<style>
span { border-color: #78AF11; }
span { border-color: rgb(120,175,17); }
td.TdClassName
{
border-color: #78AF11;
}
.TagClassName
{
border-color: #78AF11;
}
</style>