Shades of Christi #73C908
Tints of Christi #73C908
RGB
CMYK
RGB Variations
Color information
#73C908 (or 0x73C908) is known color: Christi. HEX triplet: 73, C9 and 08. RGB value is (115,201,8). Sum of RGB (Red+Green+Blue) = 115+201+8=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 201 (78.91% from 255 or 62.04% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 201 - color contains mainly: green. Hex color #73C908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C908 is #8C36F7. Grayscale: #999999. Windows color (decimal): -9189112 or 575859. OLE color: 575859.
HSL color Cylindrical-coordinate representation of color #73C908: hue angle of 86.74º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73C908 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 201 | 8 | - |
| CMYK | 0.43 | 0 | 0.96 | 0.21 |
| HSL | 86.74º | 0.92% | 0.41% | - |
| HSV(B) | 86.74º | 0.96% | 0.79% | - |
| XYZ | 28 | 45.44 | 7.52 | - |
| YUV | 153.28 | 46.01 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 201 | 8 | 0.43 | 0 | 0.96 | 0.21 | 86.74 | 0.92 | 0.41 |
| Hex | 73 | C9 | 8 | 2B | 0 | 60 | 15 | 57 | 5C | 29 |
| Octal | 163 | 311 | 10 | 53 | 0 | 140 | 25 | 127 | 134 | 51 |
| Binary | 1110011 | 11001001 | 1000 | 101011 | 0 | 1100000 | 10101 | 1010111 | 1011100 | 101001 |
Color Harmonies of #73C908
Complementary color
Monochromatic Colors of #73C908
Black with #73C908
Text Example
Text Example
White with #73C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C908; }
p { color: rgb(115,201,8); }
H1.HeaderClassName
{
color: #73C908;
}
.AnyTagClassName
{
color: #73C908;
}
</style>
background-color css
<style>
a { background-color: #73C908; }
a { background-color: rgb(115,201,8); }
div.DivClassName
{
background-color: #73C908;
}
.BgClassName
{
background-color: #73C908;
}
</style>
border-color css
<style>
span { border-color: #73C908; }
span { border-color: rgb(115,201,8); }
td.TdClassName
{
border-color: #73C908;
}
.TagClassName
{
border-color: #73C908;
}
</style>