Shades of Christi #73C30B
Tints of Christi #73C30B
RGB
CMYK
RGB Variations
Color information
#73C30B (or 0x73C30B) is known color: Christi. HEX triplet: 73, C3 and 0B. RGB value is (115,195,11). Sum of RGB (Red+Green+Blue) = 115+195+11=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 195 (76.56% from 255 or 60.75% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 195 - color contains mainly: green. Hex color #73C30B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C30B is #8C3CF4. Grayscale: #969696. Windows color (decimal): -9190645 or 770931. OLE color: 770931.
HSL color Cylindrical-coordinate representation of color #73C30B: hue angle of 86.09º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73C30B is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 195 | 11 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.24 |
| HSL | 86.09º | 0.89% | 0.4% | - |
| HSV(B) | 86.09º | 0.94% | 0.76% | - |
| XYZ | 26.65 | 42.7 | 7.15 | - |
| YUV | 150.1 | 49.5 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 195 | 11 | 0.41 | 0 | 0.94 | 0.24 | 86.09 | 0.89 | 0.4 |
| Hex | 73 | C3 | B | 29 | 0 | 5E | 18 | 56 | 59 | 28 |
| Octal | 163 | 303 | 13 | 51 | 0 | 136 | 30 | 126 | 131 | 50 |
| Binary | 1110011 | 11000011 | 1011 | 101001 | 0 | 1011110 | 11000 | 1010110 | 1011001 | 101000 |
Color Harmonies of #73C30B
Complementary color
Monochromatic Colors of #73C30B
Black with #73C30B
Text Example
Text Example
White with #73C30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C30B; }
p { color: rgb(115,195,11); }
H1.HeaderClassName
{
color: #73C30B;
}
.AnyTagClassName
{
color: #73C30B;
}
</style>
background-color css
<style>
a { background-color: #73C30B; }
a { background-color: rgb(115,195,11); }
div.DivClassName
{
background-color: #73C30B;
}
.BgClassName
{
background-color: #73C30B;
}
</style>
border-color css
<style>
span { border-color: #73C30B; }
span { border-color: rgb(115,195,11); }
td.TdClassName
{
border-color: #73C30B;
}
.TagClassName
{
border-color: #73C30B;
}
</style>