Shades of Christi #74CF07
Tints of Christi #74CF07
RGB
CMYK
RGB Variations
Color information
#74CF07 (or 0x74CF07) is known color: Christi. HEX triplet: 74, CF and 07. RGB value is (116,207,7). Sum of RGB (Red+Green+Blue) = 116+207+7=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 207 (81.25% from 255 or 62.73% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CF07 is #8B30F8. Grayscale: #9D9D9D. Windows color (decimal): -9122041 or 511860. OLE color: 511860.
HSL color Cylindrical-coordinate representation of color #74CF07: hue angle of 87.3º 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 #74CF07 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 7 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.19 |
| HSL | 87.3º | 0.93% | 0.42% | - |
| HSV(B) | 87.3º | 0.97% | 0.81% | - |
| XYZ | 29.55 | 48.35 | 7.98 | - |
| YUV | 156.99 | 43.35 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 7 | 0.44 | 0 | 0.97 | 0.19 | 87.3 | 0.93 | 0.42 |
| Hex | 74 | CF | 7 | 2C | 0 | 61 | 13 | 57 | 5D | 2A |
| Octal | 164 | 317 | 7 | 54 | 0 | 141 | 23 | 127 | 135 | 52 |
| Binary | 1110100 | 11001111 | 111 | 101100 | 0 | 1100001 | 10011 | 1010111 | 1011101 | 101010 |
Color Harmonies of #74CF07
Complementary color
Monochromatic Colors of #74CF07
Black with #74CF07
Text Example
Text Example
White with #74CF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF07; }
p { color: rgb(116,207,7); }
H1.HeaderClassName
{
color: #74CF07;
}
.AnyTagClassName
{
color: #74CF07;
}
</style>
background-color css
<style>
a { background-color: #74CF07; }
a { background-color: rgb(116,207,7); }
div.DivClassName
{
background-color: #74CF07;
}
.BgClassName
{
background-color: #74CF07;
}
</style>
border-color css
<style>
span { border-color: #74CF07; }
span { border-color: rgb(116,207,7); }
td.TdClassName
{
border-color: #74CF07;
}
.TagClassName
{
border-color: #74CF07;
}
</style>