Shades of Christi #75C905
Tints of Christi #75C905
RGB
CMYK
RGB Variations
Color information
#75C905 (or 0x75C905) is known color: Christi. HEX triplet: 75, C9 and 05. RGB value is (117,201,5). Sum of RGB (Red+Green+Blue) = 117+201+5=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 201 (78.91% from 255 or 62.23% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 201 - color contains mainly: green. Hex color #75C905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C905 is #8A36FA. Grayscale: #9A9A9A. Windows color (decimal): -9058043 or 379253. OLE color: 379253.
HSL color Cylindrical-coordinate representation of color #75C905: hue angle of 85.71º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75C905 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 201 | 5 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.21 |
| HSL | 85.71º | 0.95% | 0.4% | - |
| HSV(B) | 85.71º | 0.98% | 0.79% | - |
| XYZ | 28.25 | 45.57 | 7.45 | - |
| YUV | 153.54 | 44.17 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 201 | 5 | 0.42 | 0 | 0.98 | 0.21 | 85.71 | 0.95 | 0.4 |
| Hex | 75 | C9 | 5 | 2A | 0 | 62 | 15 | 56 | 5F | 28 |
| Octal | 165 | 311 | 5 | 52 | 0 | 142 | 25 | 126 | 137 | 50 |
| Binary | 1110101 | 11001001 | 101 | 101010 | 0 | 1100010 | 10101 | 1010110 | 1011111 | 101000 |
Color Harmonies of #75C905
Complementary color
Monochromatic Colors of #75C905
Black with #75C905
Text Example
Text Example
White with #75C905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C905; }
p { color: rgb(117,201,5); }
H1.HeaderClassName
{
color: #75C905;
}
.AnyTagClassName
{
color: #75C905;
}
</style>
background-color css
<style>
a { background-color: #75C905; }
a { background-color: rgb(117,201,5); }
div.DivClassName
{
background-color: #75C905;
}
.BgClassName
{
background-color: #75C905;
}
</style>
border-color css
<style>
span { border-color: #75C905; }
span { border-color: rgb(117,201,5); }
td.TdClassName
{
border-color: #75C905;
}
.TagClassName
{
border-color: #75C905;
}
</style>