Shades of Christi #75C700
Tints of Christi #75C700
RGB
CMYK
RGB Variations
Color information
#75C700 (or 0x75C700) is known color: Christi. HEX triplet: 75, C7 and 00. RGB value is (117,199,0). Sum of RGB (Red+Green+Blue) = 117+199+0=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 199 (78.12% from 255 or 62.97% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 199 - color contains mainly: green. Hex color #75C700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C700 is #8A38FF. Grayscale: #989898. Windows color (decimal): -9058560 or 51061. OLE color: 51061.
HSL color Cylindrical-coordinate representation of color #75C700: hue angle of 84.72º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75C700 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 199 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.22 |
| HSL | 84.72º | 1% | 0.39% | - |
| HSV(B) | 84.72º | 1% | 0.78% | - |
| XYZ | 27.76 | 44.63 | 7.15 | - |
| YUV | 151.8 | 42.33 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 199 | 0 | 0.41 | 0 | 1 | 0.22 | 84.72 | 1 | 0.39 |
| Hex | 75 | C7 | 0 | 29 | 0 | 64 | 16 | 55 | 64 | 27 |
| Octal | 165 | 307 | 0 | 51 | 0 | 144 | 26 | 125 | 144 | 47 |
| Binary | 1110101 | 11000111 | 0 | 101001 | 0 | 1100100 | 10110 | 1010101 | 1100100 | 100111 |
Color Harmonies of #75C700
Complementary color
Monochromatic Colors of #75C700
Black with #75C700
Text Example
Text Example
White with #75C700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C700; }
p { color: rgb(117,199,0); }
H1.HeaderClassName
{
color: #75C700;
}
.AnyTagClassName
{
color: #75C700;
}
</style>
background-color css
<style>
a { background-color: #75C700; }
a { background-color: rgb(117,199,0); }
div.DivClassName
{
background-color: #75C700;
}
.BgClassName
{
background-color: #75C700;
}
</style>
border-color css
<style>
span { border-color: #75C700; }
span { border-color: rgb(117,199,0); }
td.TdClassName
{
border-color: #75C700;
}
.TagClassName
{
border-color: #75C700;
}
</style>