Shades of Christi #74CF04
Tints of Christi #74CF04
RGB
CMYK
RGB Variations
Color information
#74CF04 (or 0x74CF04) is known color: Christi. HEX triplet: 74, CF and 04. RGB value is (116,207,4). Sum of RGB (Red+Green+Blue) = 116+207+4=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 207 (81.25% from 255 or 63.30% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CF04 is #8B30FB. Grayscale: #9D9D9D. Windows color (decimal): -9122044 or 315252. OLE color: 315252.
HSL color Cylindrical-coordinate representation of color #74CF04: hue angle of 86.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74CF04 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 4 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.19 |
| HSL | 86.9º | 0.96% | 0.41% | - |
| HSV(B) | 86.9º | 0.98% | 0.81% | - |
| XYZ | 29.54 | 48.35 | 7.89 | - |
| YUV | 156.65 | 41.85 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 4 | 0.44 | 0 | 0.98 | 0.19 | 86.9 | 0.96 | 0.41 |
| Hex | 74 | CF | 4 | 2C | 0 | 62 | 13 | 57 | 60 | 29 |
| Octal | 164 | 317 | 4 | 54 | 0 | 142 | 23 | 127 | 140 | 51 |
| Binary | 1110100 | 11001111 | 100 | 101100 | 0 | 1100010 | 10011 | 1010111 | 1100000 | 101001 |
Color Harmonies of #74CF04
Complementary color
Monochromatic Colors of #74CF04
Black with #74CF04
Text Example
Text Example
White with #74CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF04; }
p { color: rgb(116,207,4); }
H1.HeaderClassName
{
color: #74CF04;
}
.AnyTagClassName
{
color: #74CF04;
}
</style>
background-color css
<style>
a { background-color: #74CF04; }
a { background-color: rgb(116,207,4); }
div.DivClassName
{
background-color: #74CF04;
}
.BgClassName
{
background-color: #74CF04;
}
</style>
border-color css
<style>
span { border-color: #74CF04; }
span { border-color: rgb(116,207,4); }
td.TdClassName
{
border-color: #74CF04;
}
.TagClassName
{
border-color: #74CF04;
}
</style>