Shades of Christi #74D007
Tints of Christi #74D007
RGB
CMYK
RGB Variations
Color information
#74D007 (or 0x74D007) is known color: Christi. HEX triplet: 74, D0 and 07. RGB value is (116,208,7). Sum of RGB (Red+Green+Blue) = 116+208+7=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #74D007 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D007 is #8B2FF8. Grayscale: #9E9E9E. Windows color (decimal): -9121785 or 512116. OLE color: 512116.
HSL color Cylindrical-coordinate representation of color #74D007: hue angle of 87.46º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74D007 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 208 | 7 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.18 |
| HSL | 87.46º | 0.93% | 0.42% | - |
| HSV(B) | 87.46º | 0.97% | 0.82% | - |
| XYZ | 29.8 | 48.84 | 8.06 | - |
| YUV | 157.58 | 43.02 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 208 | 7 | 0.44 | 0 | 0.97 | 0.18 | 87.46 | 0.93 | 0.42 |
| Hex | 74 | D0 | 7 | 2C | 0 | 61 | 12 | 57 | 5D | 2A |
| Octal | 164 | 320 | 7 | 54 | 0 | 141 | 22 | 127 | 135 | 52 |
| Binary | 1110100 | 11010000 | 111 | 101100 | 0 | 1100001 | 10010 | 1010111 | 1011101 | 101010 |
Color Harmonies of #74D007
Complementary color
Monochromatic Colors of #74D007
Black with #74D007
Text Example
Text Example
White with #74D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D007; }
p { color: rgb(116,208,7); }
H1.HeaderClassName
{
color: #74D007;
}
.AnyTagClassName
{
color: #74D007;
}
</style>
background-color css
<style>
a { background-color: #74D007; }
a { background-color: rgb(116,208,7); }
div.DivClassName
{
background-color: #74D007;
}
.BgClassName
{
background-color: #74D007;
}
</style>
border-color css
<style>
span { border-color: #74D007; }
span { border-color: rgb(116,208,7); }
td.TdClassName
{
border-color: #74D007;
}
.TagClassName
{
border-color: #74D007;
}
</style>