Shades of Christi #73BC1B
Tints of Christi #73BC1B
RGB
CMYK
RGB Variations
Color information
#73BC1B (or 0x73BC1B) is known color: Christi. HEX triplet: 73, BC and 1B. RGB value is (115,188,27). Sum of RGB (Red+Green+Blue) = 115+188+27=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BC1B is #8C43E4. Grayscale: #949494. Windows color (decimal): -9192421 or 1817715. OLE color: 1817715.
HSL color Cylindrical-coordinate representation of color #73BC1B: hue angle of 87.2º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73BC1B is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 27 | - |
| CMYK | 0.39 | 0 | 0.86 | 0.26 |
| HSL | 87.2º | 0.75% | 0.42% | - |
| HSV(B) | 87.2º | 0.86% | 0.74% | - |
| XYZ | 25.25 | 39.69 | 7.37 | - |
| YUV | 147.82 | 59.82 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 27 | 0.39 | 0 | 0.86 | 0.26 | 87.2 | 0.75 | 0.42 |
| Hex | 73 | BC | 1B | 27 | 0 | 56 | 1A | 57 | 4B | 2A |
| Octal | 163 | 274 | 33 | 47 | 0 | 126 | 32 | 127 | 113 | 52 |
| Binary | 1110011 | 10111100 | 11011 | 100111 | 0 | 1010110 | 11010 | 1010111 | 1001011 | 101010 |
Color Harmonies of #73BC1B
Complementary color
Monochromatic Colors of #73BC1B
Black with #73BC1B
Text Example
Text Example
White with #73BC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC1B; }
p { color: rgb(115,188,27); }
H1.HeaderClassName
{
color: #73BC1B;
}
.AnyTagClassName
{
color: #73BC1B;
}
</style>
background-color css
<style>
a { background-color: #73BC1B; }
a { background-color: rgb(115,188,27); }
div.DivClassName
{
background-color: #73BC1B;
}
.BgClassName
{
background-color: #73BC1B;
}
</style>
border-color css
<style>
span { border-color: #73BC1B; }
span { border-color: rgb(115,188,27); }
td.TdClassName
{
border-color: #73BC1B;
}
.TagClassName
{
border-color: #73BC1B;
}
</style>