Shades of Christi #74C000
Tints of Christi #74C000
RGB
CMYK
RGB Variations
Color information
#74C000 (or 0x74C000) is known color: Christi. HEX triplet: 74, C0 and 00. RGB value is (116,192,0). Sum of RGB (Red+Green+Blue) = 116+192+0=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #74C000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C000 is #8B3FFF. Grayscale: #949494. Windows color (decimal): -9125888 or 49268. OLE color: 49268.
HSL color Cylindrical-coordinate representation of color #74C000: hue angle of 83.75º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74C000 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.25 |
| HSL | 83.75º | 1% | 0.38% | - |
| HSV(B) | 83.75º | 1% | 0.75% | - |
| XYZ | 26.05 | 41.41 | 6.62 | - |
| YUV | 147.39 | 44.82 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 0 | 0.40 | 0 | 1 | 0.25 | 83.75 | 1 | 0.38 |
| Hex | 74 | C0 | 0 | 28 | 0 | 64 | 19 | 54 | 64 | 26 |
| Octal | 164 | 300 | 0 | 50 | 0 | 144 | 31 | 124 | 144 | 46 |
| Binary | 1110100 | 11000000 | 0 | 101000 | 0 | 1100100 | 11001 | 1010100 | 1100100 | 100110 |
Color Harmonies of #74C000
Complementary color
Monochromatic Colors of #74C000
Black with #74C000
Text Example
Text Example
White with #74C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C000; }
p { color: rgb(116,192,0); }
H1.HeaderClassName
{
color: #74C000;
}
.AnyTagClassName
{
color: #74C000;
}
</style>
background-color css
<style>
a { background-color: #74C000; }
a { background-color: rgb(116,192,0); }
div.DivClassName
{
background-color: #74C000;
}
.BgClassName
{
background-color: #74C000;
}
</style>
border-color css
<style>
span { border-color: #74C000; }
span { border-color: rgb(116,192,0); }
td.TdClassName
{
border-color: #74C000;
}
.TagClassName
{
border-color: #74C000;
}
</style>