Shades of Christi #75C508
Tints of Christi #75C508
RGB
CMYK
RGB Variations
Color information
#75C508 (or 0x75C508) is known color: Christi. HEX triplet: 75, C5 and 08. RGB value is (117,197,8). Sum of RGB (Red+Green+Blue) = 117+197+8=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 197 (77.34% from 255 or 61.18% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 197 - color contains mainly: green. Hex color #75C508 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C508 is #8A3AF7. Grayscale: #989898. Windows color (decimal): -9059064 or 574837. OLE color: 574837.
HSL color Cylindrical-coordinate representation of color #75C508: hue angle of 85.4º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75C508 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 8 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.23 |
| HSL | 85.4º | 0.92% | 0.4% | - |
| HSV(B) | 85.4º | 0.96% | 0.77% | - |
| XYZ | 27.35 | 43.73 | 7.23 | - |
| YUV | 151.53 | 47 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 8 | 0.41 | 0 | 0.96 | 0.23 | 85.4 | 0.92 | 0.4 |
| Hex | 75 | C5 | 8 | 29 | 0 | 60 | 17 | 55 | 5C | 28 |
| Octal | 165 | 305 | 10 | 51 | 0 | 140 | 27 | 125 | 134 | 50 |
| Binary | 1110101 | 11000101 | 1000 | 101001 | 0 | 1100000 | 10111 | 1010101 | 1011100 | 101000 |
Color Harmonies of #75C508
Complementary color
Monochromatic Colors of #75C508
Black with #75C508
Text Example
Text Example
White with #75C508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C508; }
p { color: rgb(117,197,8); }
H1.HeaderClassName
{
color: #75C508;
}
.AnyTagClassName
{
color: #75C508;
}
</style>
background-color css
<style>
a { background-color: #75C508; }
a { background-color: rgb(117,197,8); }
div.DivClassName
{
background-color: #75C508;
}
.BgClassName
{
background-color: #75C508;
}
</style>
border-color css
<style>
span { border-color: #75C508; }
span { border-color: rgb(117,197,8); }
td.TdClassName
{
border-color: #75C508;
}
.TagClassName
{
border-color: #75C508;
}
</style>