Shades of Christi #75C002
Tints of Christi #75C002
RGB
CMYK
RGB Variations
Color information
#75C002 (or 0x75C002) is known color: Christi. HEX triplet: 75, C0 and 02. RGB value is (117,192,2). Sum of RGB (Red+Green+Blue) = 117+192+2=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #75C002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C002 is #8A3FFD. Grayscale: #949494. Windows color (decimal): -9060350 or 180341. OLE color: 180341.
HSL color Cylindrical-coordinate representation of color #75C002: hue angle of 83.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75C002 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 192 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.25 |
| HSL | 83.68º | 0.98% | 0.38% | - |
| HSV(B) | 83.68º | 0.99% | 0.75% | - |
| XYZ | 26.2 | 41.49 | 6.68 | - |
| YUV | 147.92 | 45.65 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 192 | 2 | 0.39 | 0 | 0.99 | 0.25 | 83.68 | 0.98 | 0.38 |
| Hex | 75 | C0 | 2 | 27 | 0 | 63 | 19 | 54 | 62 | 26 |
| Octal | 165 | 300 | 2 | 47 | 0 | 143 | 31 | 124 | 142 | 46 |
| Binary | 1110101 | 11000000 | 10 | 100111 | 0 | 1100011 | 11001 | 1010100 | 1100010 | 100110 |
Color Harmonies of #75C002
Complementary color
Monochromatic Colors of #75C002
Black with #75C002
Text Example
Text Example
White with #75C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C002; }
p { color: rgb(117,192,2); }
H1.HeaderClassName
{
color: #75C002;
}
.AnyTagClassName
{
color: #75C002;
}
</style>
background-color css
<style>
a { background-color: #75C002; }
a { background-color: rgb(117,192,2); }
div.DivClassName
{
background-color: #75C002;
}
.BgClassName
{
background-color: #75C002;
}
</style>
border-color css
<style>
span { border-color: #75C002; }
span { border-color: rgb(117,192,2); }
td.TdClassName
{
border-color: #75C002;
}
.TagClassName
{
border-color: #75C002;
}
</style>