Shades of Christi #73BB1B
Tints of Christi #73BB1B
RGB
CMYK
RGB Variations
Color information
#73BB1B (or 0x73BB1B) is known color: Christi. HEX triplet: 73, BB and 1B. RGB value is (115,187,27). Sum of RGB (Red+Green+Blue) = 115+187+27=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 187 (73.44% from 255 or 56.84% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BB1B is #8C44E4. Grayscale: #939393. Windows color (decimal): -9192677 or 1817459. OLE color: 1817459.
HSL color Cylindrical-coordinate representation of color #73BB1B: hue angle of 87º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73BB1B is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 187 | 27 | - |
| CMYK | 0.39 | 0 | 0.86 | 0.27 |
| HSL | 87º | 0.75% | 0.42% | - |
| HSV(B) | 87º | 0.86% | 0.73% | - |
| XYZ | 25.04 | 39.26 | 7.3 | - |
| YUV | 147.23 | 60.15 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 27 | 0.39 | 0 | 0.86 | 0.27 | 87 | 0.75 | 0.42 |
| Hex | 73 | BB | 1B | 27 | 0 | 56 | 1B | 57 | 4B | 2A |
| Octal | 163 | 273 | 33 | 47 | 0 | 126 | 33 | 127 | 113 | 52 |
| Binary | 1110011 | 10111011 | 11011 | 100111 | 0 | 1010110 | 11011 | 1010111 | 1001011 | 101010 |
Color Harmonies of #73BB1B
Complementary color
Monochromatic Colors of #73BB1B
Black with #73BB1B
Text Example
Text Example
White with #73BB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BB1B; }
p { color: rgb(115,187,27); }
H1.HeaderClassName
{
color: #73BB1B;
}
.AnyTagClassName
{
color: #73BB1B;
}
</style>
background-color css
<style>
a { background-color: #73BB1B; }
a { background-color: rgb(115,187,27); }
div.DivClassName
{
background-color: #73BB1B;
}
.BgClassName
{
background-color: #73BB1B;
}
</style>
border-color css
<style>
span { border-color: #73BB1B; }
span { border-color: rgb(115,187,27); }
td.TdClassName
{
border-color: #73BB1B;
}
.TagClassName
{
border-color: #73BB1B;
}
</style>