Shades of Christi #74BC12
Tints of Christi #74BC12
RGB
CMYK
RGB Variations
Color information
#74BC12 (or 0x74BC12) is known color: Christi. HEX triplet: 74, BC and 12. RGB value is (116,188,18). Sum of RGB (Red+Green+Blue) = 116+188+18=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BC12 is #8B43ED. Grayscale: #939393. Windows color (decimal): -9126894 or 1227892. OLE color: 1227892.
HSL color Cylindrical-coordinate representation of color #74BC12: hue angle of 85.41º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74BC12 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 18 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.26 |
| HSL | 85.41º | 0.83% | 0.4% | - |
| HSV(B) | 85.41º | 0.9% | 0.74% | - |
| XYZ | 25.29 | 39.72 | 6.91 | - |
| YUV | 147.09 | 55.15 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 18 | 0.38 | 0 | 0.90 | 0.26 | 85.41 | 0.83 | 0.4 |
| Hex | 74 | BC | 12 | 26 | 0 | 5A | 1A | 55 | 53 | 28 |
| Octal | 164 | 274 | 22 | 46 | 0 | 132 | 32 | 125 | 123 | 50 |
| Binary | 1110100 | 10111100 | 10010 | 100110 | 0 | 1011010 | 11010 | 1010101 | 1010011 | 101000 |
Color Harmonies of #74BC12
Complementary color
Monochromatic Colors of #74BC12
Black with #74BC12
Text Example
Text Example
White with #74BC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC12; }
p { color: rgb(116,188,18); }
H1.HeaderClassName
{
color: #74BC12;
}
.AnyTagClassName
{
color: #74BC12;
}
</style>
background-color css
<style>
a { background-color: #74BC12; }
a { background-color: rgb(116,188,18); }
div.DivClassName
{
background-color: #74BC12;
}
.BgClassName
{
background-color: #74BC12;
}
</style>
border-color css
<style>
span { border-color: #74BC12; }
span { border-color: rgb(116,188,18); }
td.TdClassName
{
border-color: #74BC12;
}
.TagClassName
{
border-color: #74BC12;
}
</style>