Shades of Christi #75B200
Tints of Christi #75B200
RGB
CMYK
RGB Variations
Color information
#75B200 (or 0x75B200) is known color: Christi. HEX triplet: 75, B2 and 00. RGB value is (117,178,0). Sum of RGB (Red+Green+Blue) = 117+178+0=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 178 (69.92% from 255 or 60.34% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 178 - color contains mainly: green. Hex color #75B200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75B200 is #8A4DFF. Grayscale: #8C8C8C. Windows color (decimal): -9063936 or 45685. OLE color: 45685.
HSL color Cylindrical-coordinate representation of color #75B200: hue angle of 80.56º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75B200 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 178 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.30 |
| HSL | 80.56º | 1% | 0.35% | - |
| HSV(B) | 80.56º | 1% | 0.7% | - |
| XYZ | 23.26 | 35.62 | 5.65 | - |
| YUV | 139.47 | 49.29 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 178 | 0 | 0.34 | 0 | 1 | 0.30 | 80.56 | 1 | 0.35 |
| Hex | 75 | B2 | 0 | 22 | 0 | 64 | 1E | 51 | 64 | 23 |
| Octal | 165 | 262 | 0 | 42 | 0 | 144 | 36 | 121 | 144 | 43 |
| Binary | 1110101 | 10110010 | 0 | 100010 | 0 | 1100100 | 11110 | 1010001 | 1100100 | 100011 |
Color Harmonies of #75B200
Complementary color
Monochromatic Colors of #75B200
Black with #75B200
Text Example
Text Example
White with #75B200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B200; }
p { color: rgb(117,178,0); }
H1.HeaderClassName
{
color: #75B200;
}
.AnyTagClassName
{
color: #75B200;
}
</style>
background-color css
<style>
a { background-color: #75B200; }
a { background-color: rgb(117,178,0); }
div.DivClassName
{
background-color: #75B200;
}
.BgClassName
{
background-color: #75B200;
}
</style>
border-color css
<style>
span { border-color: #75B200; }
span { border-color: rgb(117,178,0); }
td.TdClassName
{
border-color: #75B200;
}
.TagClassName
{
border-color: #75B200;
}
</style>