Shades of Christi #74C400
Tints of Christi #74C400
RGB
CMYK
RGB Variations
Color information
#74C400 (or 0x74C400) is known color: Christi. HEX triplet: 74, C4 and 00. RGB value is (116,196,0). Sum of RGB (Red+Green+Blue) = 116+196+0=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 196 (76.95% from 255 or 62.82% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 196 - color contains mainly: green. Hex color #74C400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C400 is #8B3BFF. Grayscale: #969696. Windows color (decimal): -9124864 or 50292. OLE color: 50292.
HSL color Cylindrical-coordinate representation of color #74C400: hue angle of 84.49º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74C400 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 196 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.23 |
| HSL | 84.49º | 1% | 0.38% | - |
| HSV(B) | 84.49º | 1% | 0.77% | - |
| XYZ | 26.94 | 43.19 | 6.92 | - |
| YUV | 149.74 | 43.5 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 196 | 0 | 0.41 | 0 | 1 | 0.23 | 84.49 | 1 | 0.38 |
| Hex | 74 | C4 | 0 | 29 | 0 | 64 | 17 | 54 | 64 | 26 |
| Octal | 164 | 304 | 0 | 51 | 0 | 144 | 27 | 124 | 144 | 46 |
| Binary | 1110100 | 11000100 | 0 | 101001 | 0 | 1100100 | 10111 | 1010100 | 1100100 | 100110 |
Color Harmonies of #74C400
Complementary color
Monochromatic Colors of #74C400
Black with #74C400
Text Example
Text Example
White with #74C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C400; }
p { color: rgb(116,196,0); }
H1.HeaderClassName
{
color: #74C400;
}
.AnyTagClassName
{
color: #74C400;
}
</style>
background-color css
<style>
a { background-color: #74C400; }
a { background-color: rgb(116,196,0); }
div.DivClassName
{
background-color: #74C400;
}
.BgClassName
{
background-color: #74C400;
}
</style>
border-color css
<style>
span { border-color: #74C400; }
span { border-color: rgb(116,196,0); }
td.TdClassName
{
border-color: #74C400;
}
.TagClassName
{
border-color: #74C400;
}
</style>