Shades of Christi #74B80C
Tints of Christi #74B80C
RGB
CMYK
RGB Variations
Color information
#74B80C (or 0x74B80C) is known color: Christi. HEX triplet: 74, B8 and 0C. RGB value is (116,184,12). Sum of RGB (Red+Green+Blue) = 116+184+12=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 184 (72.27% from 255 or 58.97% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 184 - color contains mainly: green. Hex color #74B80C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B80C is #8B47F3. Grayscale: #909090. Windows color (decimal): -9127924 or 833652. OLE color: 833652.
HSL color Cylindrical-coordinate representation of color #74B80C: hue angle of 83.72º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74B80C is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 184 | 12 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.28 |
| HSL | 83.72º | 0.88% | 0.38% | - |
| HSV(B) | 83.72º | 0.93% | 0.72% | - |
| XYZ | 24.41 | 38.02 | 6.4 | - |
| YUV | 144.06 | 53.47 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 184 | 12 | 0.37 | 0 | 0.93 | 0.28 | 83.72 | 0.88 | 0.38 |
| Hex | 74 | B8 | C | 25 | 0 | 5D | 1C | 54 | 58 | 26 |
| Octal | 164 | 270 | 14 | 45 | 0 | 135 | 34 | 124 | 130 | 46 |
| Binary | 1110100 | 10111000 | 1100 | 100101 | 0 | 1011101 | 11100 | 1010100 | 1011000 | 100110 |
Color Harmonies of #74B80C
Complementary color
Monochromatic Colors of #74B80C
Black with #74B80C
Text Example
Text Example
White with #74B80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B80C; }
p { color: rgb(116,184,12); }
H1.HeaderClassName
{
color: #74B80C;
}
.AnyTagClassName
{
color: #74B80C;
}
</style>
background-color css
<style>
a { background-color: #74B80C; }
a { background-color: rgb(116,184,12); }
div.DivClassName
{
background-color: #74B80C;
}
.BgClassName
{
background-color: #74B80C;
}
</style>
border-color css
<style>
span { border-color: #74B80C; }
span { border-color: rgb(116,184,12); }
td.TdClassName
{
border-color: #74B80C;
}
.TagClassName
{
border-color: #74B80C;
}
</style>