Shades of Christi #75CB04
Tints of Christi #75CB04
RGB
CMYK
RGB Variations
Color information
#75CB04 (or 0x75CB04) is known color: Christi. HEX triplet: 75, CB and 04. RGB value is (117,203,4). Sum of RGB (Red+Green+Blue) = 117+203+4=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 203 (79.69% from 255 or 62.65% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CB04 is #8A34FB. Grayscale: #9B9B9B. Windows color (decimal): -9057532 or 314229. OLE color: 314229.
HSL color Cylindrical-coordinate representation of color #75CB04: hue angle of 85.93º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75CB04 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 203 | 4 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.20 |
| HSL | 85.93º | 0.96% | 0.41% | - |
| HSV(B) | 85.93º | 0.98% | 0.8% | - |
| XYZ | 28.71 | 46.5 | 7.58 | - |
| YUV | 154.6 | 43.01 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 4 | 0.42 | 0 | 0.98 | 0.20 | 85.93 | 0.96 | 0.41 |
| Hex | 75 | CB | 4 | 2A | 0 | 62 | 14 | 56 | 60 | 29 |
| Octal | 165 | 313 | 4 | 52 | 0 | 142 | 24 | 126 | 140 | 51 |
| Binary | 1110101 | 11001011 | 100 | 101010 | 0 | 1100010 | 10100 | 1010110 | 1100000 | 101001 |
Color Harmonies of #75CB04
Complementary color
Monochromatic Colors of #75CB04
Black with #75CB04
Text Example
Text Example
White with #75CB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CB04; }
p { color: rgb(117,203,4); }
H1.HeaderClassName
{
color: #75CB04;
}
.AnyTagClassName
{
color: #75CB04;
}
</style>
background-color css
<style>
a { background-color: #75CB04; }
a { background-color: rgb(117,203,4); }
div.DivClassName
{
background-color: #75CB04;
}
.BgClassName
{
background-color: #75CB04;
}
</style>
border-color css
<style>
span { border-color: #75CB04; }
span { border-color: rgb(117,203,4); }
td.TdClassName
{
border-color: #75CB04;
}
.TagClassName
{
border-color: #75CB04;
}
</style>