Shades of Christi #75C506
Tints of Christi #75C506
RGB
CMYK
RGB Variations
Color information
#75C506 (or 0x75C506) is known color: Christi. HEX triplet: 75, C5 and 06. RGB value is (117,197,6). Sum of RGB (Red+Green+Blue) = 117+197+6=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #75C506 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C506 is #8A3AF9. Grayscale: #979797. Windows color (decimal): -9059066 or 443765. OLE color: 443765.
HSL color Cylindrical-coordinate representation of color #75C506: hue angle of 85.13º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75C506 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 6 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.23 |
| HSL | 85.13º | 0.94% | 0.4% | - |
| HSV(B) | 85.13º | 0.97% | 0.77% | - |
| XYZ | 27.34 | 43.73 | 7.17 | - |
| YUV | 151.31 | 46 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 6 | 0.41 | 0 | 0.97 | 0.23 | 85.13 | 0.94 | 0.4 |
| Hex | 75 | C5 | 6 | 29 | 0 | 61 | 17 | 55 | 5E | 28 |
| Octal | 165 | 305 | 6 | 51 | 0 | 141 | 27 | 125 | 136 | 50 |
| Binary | 1110101 | 11000101 | 110 | 101001 | 0 | 1100001 | 10111 | 1010101 | 1011110 | 101000 |
Color Harmonies of #75C506
Complementary color
Monochromatic Colors of #75C506
Black with #75C506
Text Example
Text Example
White with #75C506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C506; }
p { color: rgb(117,197,6); }
H1.HeaderClassName
{
color: #75C506;
}
.AnyTagClassName
{
color: #75C506;
}
</style>
background-color css
<style>
a { background-color: #75C506; }
a { background-color: rgb(117,197,6); }
div.DivClassName
{
background-color: #75C506;
}
.BgClassName
{
background-color: #75C506;
}
</style>
border-color css
<style>
span { border-color: #75C506; }
span { border-color: rgb(117,197,6); }
td.TdClassName
{
border-color: #75C506;
}
.TagClassName
{
border-color: #75C506;
}
</style>