Shades of Christi #75AF11
Tints of Christi #75AF11
RGB
CMYK
RGB Variations
Color information
#75AF11 (or 0x75AF11) is known color: Christi. HEX triplet: 75, AF and 11. RGB value is (117,175,17). Sum of RGB (Red+Green+Blue) = 117+175+17=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AF11 is #8A50EE. Grayscale: #8C8C8C. Windows color (decimal): -9064687 or 1159029. OLE color: 1159029.
HSL color Cylindrical-coordinate representation of color #75AF11: hue angle of 82.03º 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 #75AF11 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 175 | 17 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.31 |
| HSL | 82.03º | 0.82% | 0.38% | - |
| HSV(B) | 82.03º | 0.9% | 0.69% | - |
| XYZ | 22.77 | 34.48 | 5.99 | - |
| YUV | 139.65 | 58.78 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 175 | 17 | 0.33 | 0 | 0.90 | 0.31 | 82.03 | 0.82 | 0.38 |
| Hex | 75 | AF | 11 | 21 | 0 | 5A | 1F | 52 | 52 | 26 |
| Octal | 165 | 257 | 21 | 41 | 0 | 132 | 37 | 122 | 122 | 46 |
| Binary | 1110101 | 10101111 | 10001 | 100001 | 0 | 1011010 | 11111 | 1010010 | 1010010 | 100110 |
Color Harmonies of #75AF11
Complementary color
Monochromatic Colors of #75AF11
Black with #75AF11
Text Example
Text Example
White with #75AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AF11; }
p { color: rgb(117,175,17); }
H1.HeaderClassName
{
color: #75AF11;
}
.AnyTagClassName
{
color: #75AF11;
}
</style>
background-color css
<style>
a { background-color: #75AF11; }
a { background-color: rgb(117,175,17); }
div.DivClassName
{
background-color: #75AF11;
}
.BgClassName
{
background-color: #75AF11;
}
</style>
border-color css
<style>
span { border-color: #75AF11; }
span { border-color: rgb(117,175,17); }
td.TdClassName
{
border-color: #75AF11;
}
.TagClassName
{
border-color: #75AF11;
}
</style>