Shades of Christi #75CA01
Tints of Christi #75CA01
RGB
CMYK
RGB Variations
Color information
#75CA01 (or 0x75CA01) is known color: Christi. HEX triplet: 75, CA and 01. RGB value is (117,202,1). Sum of RGB (Red+Green+Blue) = 117+202+1=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 202 (79.30% from 255 or 63.12% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CA01 is #8A35FE. Grayscale: #9A9A9A. Windows color (decimal): -9057791 or 117365. OLE color: 117365.
HSL color Cylindrical-coordinate representation of color #75CA01: hue angle of 85.37º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75CA01 is Cyan = 0.42, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 202 | 1 | - |
| CMYK | 0.42 | 0 | 1.00 | 0.21 |
| HSL | 85.37º | 0.99% | 0.4% | - |
| HSV(B) | 85.37º | 1% | 0.79% | - |
| XYZ | 28.46 | 46.03 | 7.41 | - |
| YUV | 153.67 | 41.84 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 202 | 1 | 0.42 | 0 | 1.00 | 0.21 | 85.37 | 0.99 | 0.4 |
| Hex | 75 | CA | 1 | 2A | 0 | 64 | 15 | 55 | 63 | 28 |
| Octal | 165 | 312 | 1 | 52 | 0 | 144 | 25 | 125 | 143 | 50 |
| Binary | 1110101 | 11001010 | 1 | 101010 | 0 | 1100100 | 10101 | 1010101 | 1100011 | 101000 |
Color Harmonies of #75CA01
Complementary color
Monochromatic Colors of #75CA01
Black with #75CA01
Text Example
Text Example
White with #75CA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CA01; }
p { color: rgb(117,202,1); }
H1.HeaderClassName
{
color: #75CA01;
}
.AnyTagClassName
{
color: #75CA01;
}
</style>
background-color css
<style>
a { background-color: #75CA01; }
a { background-color: rgb(117,202,1); }
div.DivClassName
{
background-color: #75CA01;
}
.BgClassName
{
background-color: #75CA01;
}
</style>
border-color css
<style>
span { border-color: #75CA01; }
span { border-color: rgb(117,202,1); }
td.TdClassName
{
border-color: #75CA01;
}
.TagClassName
{
border-color: #75CA01;
}
</style>