Shades of Christi #75BA11
Tints of Christi #75BA11
RGB
CMYK
RGB Variations
Color information
#75BA11 (or 0x75BA11) is known color: Christi. HEX triplet: 75, BA and 11. RGB value is (117,186,17). Sum of RGB (Red+Green+Blue) = 117+186+17=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BA11 is #8A45EE. Grayscale: #929292. Windows color (decimal): -9061871 or 1161845. OLE color: 1161845.
HSL color Cylindrical-coordinate representation of color #75BA11: hue angle of 84.5º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75BA11 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 17 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.27 |
| HSL | 84.5º | 0.83% | 0.4% | - |
| HSV(B) | 84.5º | 0.91% | 0.73% | - |
| XYZ | 25 | 38.94 | 6.73 | - |
| YUV | 146.1 | 55.14 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 17 | 0.37 | 0 | 0.91 | 0.27 | 84.5 | 0.83 | 0.4 |
| Hex | 75 | BA | 11 | 25 | 0 | 5B | 1B | 54 | 53 | 28 |
| Octal | 165 | 272 | 21 | 45 | 0 | 133 | 33 | 124 | 123 | 50 |
| Binary | 1110101 | 10111010 | 10001 | 100101 | 0 | 1011011 | 11011 | 1010100 | 1010011 | 101000 |
Color Harmonies of #75BA11
Complementary color
Monochromatic Colors of #75BA11
Black with #75BA11
Text Example
Text Example
White with #75BA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA11; }
p { color: rgb(117,186,17); }
H1.HeaderClassName
{
color: #75BA11;
}
.AnyTagClassName
{
color: #75BA11;
}
</style>
background-color css
<style>
a { background-color: #75BA11; }
a { background-color: rgb(117,186,17); }
div.DivClassName
{
background-color: #75BA11;
}
.BgClassName
{
background-color: #75BA11;
}
</style>
border-color css
<style>
span { border-color: #75BA11; }
span { border-color: rgb(117,186,17); }
td.TdClassName
{
border-color: #75BA11;
}
.TagClassName
{
border-color: #75BA11;
}
</style>