Shades of Christi #75C510
Tints of Christi #75C510
RGB
CMYK
RGB Variations
Color information
#75C510 (or 0x75C510) is known color: Christi. HEX triplet: 75, C5 and 10. RGB value is (117,197,16). Sum of RGB (Red+Green+Blue) = 117+197+16=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #75C510 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C510 is #8A3AEF. Grayscale: #999999. Windows color (decimal): -9059056 or 1099125. OLE color: 1099125.
HSL color Cylindrical-coordinate representation of color #75C510: hue angle of 86.52º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75C510 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 16 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.23 |
| HSL | 86.52º | 0.85% | 0.42% | - |
| HSV(B) | 86.52º | 0.92% | 0.77% | - |
| XYZ | 27.4 | 43.75 | 7.49 | - |
| YUV | 152.45 | 51 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 16 | 0.41 | 0 | 0.92 | 0.23 | 86.52 | 0.85 | 0.42 |
| Hex | 75 | C5 | 10 | 29 | 0 | 5C | 17 | 57 | 55 | 2A |
| Octal | 165 | 305 | 20 | 51 | 0 | 134 | 27 | 127 | 125 | 52 |
| Binary | 1110101 | 11000101 | 10000 | 101001 | 0 | 1011100 | 10111 | 1010111 | 1010101 | 101010 |
Color Harmonies of #75C510
Complementary color
Monochromatic Colors of #75C510
Black with #75C510
Text Example
Text Example
White with #75C510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C510; }
p { color: rgb(117,197,16); }
H1.HeaderClassName
{
color: #75C510;
}
.AnyTagClassName
{
color: #75C510;
}
</style>
background-color css
<style>
a { background-color: #75C510; }
a { background-color: rgb(117,197,16); }
div.DivClassName
{
background-color: #75C510;
}
.BgClassName
{
background-color: #75C510;
}
</style>
border-color css
<style>
span { border-color: #75C510; }
span { border-color: rgb(117,197,16); }
td.TdClassName
{
border-color: #75C510;
}
.TagClassName
{
border-color: #75C510;
}
</style>