Shades of Christi #7CBB00
Tints of Christi #7CBB00
RGB
CMYK
RGB Variations
Color information
#7CBB00 (or 0x7CBB00) is known color: Christi. HEX triplet: 7C, BB and 00. RGB value is (124,187,0). Sum of RGB (Red+Green+Blue) = 124+187+0=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 187 (73.44% from 255 or 60.13% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBB00 is #8344FF. Grayscale: #939393. Windows color (decimal): -8602880 or 47996. OLE color: 47996.
HSL color Cylindrical-coordinate representation of color #7CBB00: hue angle of 80.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7CBB00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.27 |
| HSL | 80.21º | 1% | 0.37% | - |
| HSV(B) | 80.21º | 1% | 0.73% | - |
| XYZ | 26.08 | 39.83 | 6.31 | - |
| YUV | 146.85 | 45.13 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 0 | 0.34 | 0 | 1 | 0.27 | 80.21 | 1 | 0.37 |
| Hex | 7C | BB | 0 | 22 | 0 | 64 | 1B | 50 | 64 | 25 |
| Octal | 174 | 273 | 0 | 42 | 0 | 144 | 33 | 120 | 144 | 45 |
| Binary | 1111100 | 10111011 | 0 | 100010 | 0 | 1100100 | 11011 | 1010000 | 1100100 | 100101 |
Color Harmonies of #7CBB00
Complementary color
Monochromatic Colors of #7CBB00
Black with #7CBB00
Text Example
Text Example
White with #7CBB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB00; }
p { color: rgb(124,187,0); }
H1.HeaderClassName
{
color: #7CBB00;
}
.AnyTagClassName
{
color: #7CBB00;
}
</style>
background-color css
<style>
a { background-color: #7CBB00; }
a { background-color: rgb(124,187,0); }
div.DivClassName
{
background-color: #7CBB00;
}
.BgClassName
{
background-color: #7CBB00;
}
</style>
border-color css
<style>
span { border-color: #7CBB00; }
span { border-color: rgb(124,187,0); }
td.TdClassName
{
border-color: #7CBB00;
}
.TagClassName
{
border-color: #7CBB00;
}
</style>