Shades of Christi #74CE07
Tints of Christi #74CE07
RGB
CMYK
RGB Variations
Color information
#74CE07 (or 0x74CE07) is known color: Christi. HEX triplet: 74, CE and 07. RGB value is (116,206,7). Sum of RGB (Red+Green+Blue) = 116+206+7=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CE07 is #8B31F8. Grayscale: #9D9D9D. Windows color (decimal): -9122297 or 511604. OLE color: 511604.
HSL color Cylindrical-coordinate representation of color #74CE07: hue angle of 87.14º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74CE07 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 7 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.19 |
| HSL | 87.14º | 0.93% | 0.42% | - |
| HSV(B) | 87.14º | 0.97% | 0.81% | - |
| XYZ | 29.31 | 47.87 | 7.9 | - |
| YUV | 156.4 | 43.68 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 7 | 0.44 | 0 | 0.97 | 0.19 | 87.14 | 0.93 | 0.42 |
| Hex | 74 | CE | 7 | 2C | 0 | 61 | 13 | 57 | 5D | 2A |
| Octal | 164 | 316 | 7 | 54 | 0 | 141 | 23 | 127 | 135 | 52 |
| Binary | 1110100 | 11001110 | 111 | 101100 | 0 | 1100001 | 10011 | 1010111 | 1011101 | 101010 |
Color Harmonies of #74CE07
Complementary color
Monochromatic Colors of #74CE07
Black with #74CE07
Text Example
Text Example
White with #74CE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CE07; }
p { color: rgb(116,206,7); }
H1.HeaderClassName
{
color: #74CE07;
}
.AnyTagClassName
{
color: #74CE07;
}
</style>
background-color css
<style>
a { background-color: #74CE07; }
a { background-color: rgb(116,206,7); }
div.DivClassName
{
background-color: #74CE07;
}
.BgClassName
{
background-color: #74CE07;
}
</style>
border-color css
<style>
span { border-color: #74CE07; }
span { border-color: rgb(116,206,7); }
td.TdClassName
{
border-color: #74CE07;
}
.TagClassName
{
border-color: #74CE07;
}
</style>