Shades of Christi #78CA03
Tints of Christi #78CA03
RGB
CMYK
RGB Variations
Color information
#78CA03 (or 0x78CA03) is known color: Christi. HEX triplet: 78, CA and 03. RGB value is (120,202,3). Sum of RGB (Red+Green+Blue) = 120+202+3=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 202 (79.30% from 255 or 62.15% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CA03 is #8735FC. Grayscale: #9B9B9B. Windows color (decimal): -8861181 or 248440. OLE color: 248440.
HSL color Cylindrical-coordinate representation of color #78CA03: hue angle of 84.72º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78CA03 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 202 | 3 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.21 |
| HSL | 84.72º | 0.97% | 0.4% | - |
| HSV(B) | 84.72º | 0.99% | 0.79% | - |
| XYZ | 28.88 | 46.24 | 7.49 | - |
| YUV | 154.8 | 42.33 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 202 | 3 | 0.41 | 0 | 0.99 | 0.21 | 84.72 | 0.97 | 0.4 |
| Hex | 78 | CA | 3 | 29 | 0 | 63 | 15 | 55 | 61 | 28 |
| Octal | 170 | 312 | 3 | 51 | 0 | 143 | 25 | 125 | 141 | 50 |
| Binary | 1111000 | 11001010 | 11 | 101001 | 0 | 1100011 | 10101 | 1010101 | 1100001 | 101000 |
Color Harmonies of #78CA03
Complementary color
Monochromatic Colors of #78CA03
Black with #78CA03
Text Example
Text Example
White with #78CA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CA03; }
p { color: rgb(120,202,3); }
H1.HeaderClassName
{
color: #78CA03;
}
.AnyTagClassName
{
color: #78CA03;
}
</style>
background-color css
<style>
a { background-color: #78CA03; }
a { background-color: rgb(120,202,3); }
div.DivClassName
{
background-color: #78CA03;
}
.BgClassName
{
background-color: #78CA03;
}
</style>
border-color css
<style>
span { border-color: #78CA03; }
span { border-color: rgb(120,202,3); }
td.TdClassName
{
border-color: #78CA03;
}
.TagClassName
{
border-color: #78CA03;
}
</style>