Shades of Christi #7BBF00
Tints of Christi #7BBF00
RGB
CMYK
RGB Variations
Color information
#7BBF00 (or 0x7BBF00) is known color: Christi. HEX triplet: 7B, BF and 00. RGB value is (123,191,0). Sum of RGB (Red+Green+Blue) = 123+191+0=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 191 (75% from 255 or 60.83% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBF00 is #8440FF. Grayscale: #959595. Windows color (decimal): -8667392 or 49019. OLE color: 49019.
HSL color Cylindrical-coordinate representation of color #7BBF00: hue angle of 81.36º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7BBF00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 191 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.25 |
| HSL | 81.36º | 1% | 0.37% | - |
| HSV(B) | 81.36º | 1% | 0.75% | - |
| XYZ | 26.8 | 41.47 | 6.59 | - |
| YUV | 148.89 | 43.97 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 191 | 0 | 0.36 | 0 | 1 | 0.25 | 81.36 | 1 | 0.37 |
| Hex | 7B | BF | 0 | 24 | 0 | 64 | 19 | 51 | 64 | 25 |
| Octal | 173 | 277 | 0 | 44 | 0 | 144 | 31 | 121 | 144 | 45 |
| Binary | 1111011 | 10111111 | 0 | 100100 | 0 | 1100100 | 11001 | 1010001 | 1100100 | 100101 |
Color Harmonies of #7BBF00
Complementary color
Monochromatic Colors of #7BBF00
Black with #7BBF00
Text Example
Text Example
White with #7BBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBF00; }
p { color: rgb(123,191,0); }
H1.HeaderClassName
{
color: #7BBF00;
}
.AnyTagClassName
{
color: #7BBF00;
}
</style>
background-color css
<style>
a { background-color: #7BBF00; }
a { background-color: rgb(123,191,0); }
div.DivClassName
{
background-color: #7BBF00;
}
.BgClassName
{
background-color: #7BBF00;
}
</style>
border-color css
<style>
span { border-color: #7BBF00; }
span { border-color: rgb(123,191,0); }
td.TdClassName
{
border-color: #7BBF00;
}
.TagClassName
{
border-color: #7BBF00;
}
</style>