Shades of Christi #73C602
Tints of Christi #73C602
RGB
CMYK
RGB Variations
Color information
#73C602 (or 0x73C602) is known color: Christi. HEX triplet: 73, C6 and 02. RGB value is (115,198,2). Sum of RGB (Red+Green+Blue) = 115+198+2=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 198 (77.73% from 255 or 62.86% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 198 - color contains mainly: green. Hex color #73C602 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C602 is #8C39FD. Grayscale: #979797. Windows color (decimal): -9189886 or 181875. OLE color: 181875.
HSL color Cylindrical-coordinate representation of color #73C602: hue angle of 85.41º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73C602 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 2 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.22 |
| HSL | 85.41º | 0.98% | 0.39% | - |
| HSV(B) | 85.41º | 0.99% | 0.78% | - |
| XYZ | 27.28 | 44.04 | 7.12 | - |
| YUV | 150.84 | 44 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 2 | 0.42 | 0 | 0.99 | 0.22 | 85.41 | 0.98 | 0.39 |
| Hex | 73 | C6 | 2 | 2A | 0 | 63 | 16 | 55 | 62 | 27 |
| Octal | 163 | 306 | 2 | 52 | 0 | 143 | 26 | 125 | 142 | 47 |
| Binary | 1110011 | 11000110 | 10 | 101010 | 0 | 1100011 | 10110 | 1010101 | 1100010 | 100111 |
Color Harmonies of #73C602
Complementary color
Monochromatic Colors of #73C602
Black with #73C602
Text Example
Text Example
White with #73C602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C602; }
p { color: rgb(115,198,2); }
H1.HeaderClassName
{
color: #73C602;
}
.AnyTagClassName
{
color: #73C602;
}
</style>
background-color css
<style>
a { background-color: #73C602; }
a { background-color: rgb(115,198,2); }
div.DivClassName
{
background-color: #73C602;
}
.BgClassName
{
background-color: #73C602;
}
</style>
border-color css
<style>
span { border-color: #73C602; }
span { border-color: rgb(115,198,2); }
td.TdClassName
{
border-color: #73C602;
}
.TagClassName
{
border-color: #73C602;
}
</style>