Shades of Christi #78BB01
Tints of Christi #78BB01
RGB
CMYK
RGB Variations
Color information
#78BB01 (or 0x78BB01) is known color: Christi. HEX triplet: 78, BB and 01. RGB value is (120,187,1). Sum of RGB (Red+Green+Blue) = 120+187+1=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #78BB01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BB01 is #8744FE. Grayscale: #929292. Windows color (decimal): -8865023 or 113528. OLE color: 113528.
HSL color Cylindrical-coordinate representation of color #78BB01: hue angle of 81.61º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78BB01 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 187 | 1 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.27 |
| HSL | 81.61º | 0.99% | 0.37% | - |
| HSV(B) | 81.61º | 0.99% | 0.73% | - |
| XYZ | 25.52 | 39.54 | 6.31 | - |
| YUV | 145.76 | 46.3 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 1 | 0.36 | 0 | 0.99 | 0.27 | 81.61 | 0.99 | 0.37 |
| Hex | 78 | BB | 1 | 24 | 0 | 63 | 1B | 52 | 63 | 25 |
| Octal | 170 | 273 | 1 | 44 | 0 | 143 | 33 | 122 | 143 | 45 |
| Binary | 1111000 | 10111011 | 1 | 100100 | 0 | 1100011 | 11011 | 1010010 | 1100011 | 100101 |
Color Harmonies of #78BB01
Complementary color
Monochromatic Colors of #78BB01
Black with #78BB01
Text Example
Text Example
White with #78BB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BB01; }
p { color: rgb(120,187,1); }
H1.HeaderClassName
{
color: #78BB01;
}
.AnyTagClassName
{
color: #78BB01;
}
</style>
background-color css
<style>
a { background-color: #78BB01; }
a { background-color: rgb(120,187,1); }
div.DivClassName
{
background-color: #78BB01;
}
.BgClassName
{
background-color: #78BB01;
}
</style>
border-color css
<style>
span { border-color: #78BB01; }
span { border-color: rgb(120,187,1); }
td.TdClassName
{
border-color: #78BB01;
}
.TagClassName
{
border-color: #78BB01;
}
</style>