Shades of Christi #74C707
Tints of Christi #74C707
RGB
CMYK
RGB Variations
Color information
#74C707 (or 0x74C707) is known color: Christi. HEX triplet: 74, C7 and 07. RGB value is (116,199,7). Sum of RGB (Red+Green+Blue) = 116+199+7=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 199 (78.12% from 255 or 61.80% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 199 - color contains mainly: green. Hex color #74C707 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C707 is #8B38F8. Grayscale: #989898. Windows color (decimal): -9124089 or 509812. OLE color: 509812.
HSL color Cylindrical-coordinate representation of color #74C707: hue angle of 85.94º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74C707 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 199 | 7 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.22 |
| HSL | 85.94º | 0.93% | 0.4% | - |
| HSV(B) | 85.94º | 0.96% | 0.78% | - |
| XYZ | 27.66 | 44.58 | 7.35 | - |
| YUV | 152.3 | 46 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 7 | 0.42 | 0 | 0.96 | 0.22 | 85.94 | 0.93 | 0.4 |
| Hex | 74 | C7 | 7 | 2A | 0 | 60 | 16 | 56 | 5D | 28 |
| Octal | 164 | 307 | 7 | 52 | 0 | 140 | 26 | 126 | 135 | 50 |
| Binary | 1110100 | 11000111 | 111 | 101010 | 0 | 1100000 | 10110 | 1010110 | 1011101 | 101000 |
Color Harmonies of #74C707
Complementary color
Monochromatic Colors of #74C707
Black with #74C707
Text Example
Text Example
White with #74C707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C707; }
p { color: rgb(116,199,7); }
H1.HeaderClassName
{
color: #74C707;
}
.AnyTagClassName
{
color: #74C707;
}
</style>
background-color css
<style>
a { background-color: #74C707; }
a { background-color: rgb(116,199,7); }
div.DivClassName
{
background-color: #74C707;
}
.BgClassName
{
background-color: #74C707;
}
</style>
border-color css
<style>
span { border-color: #74C707; }
span { border-color: rgb(116,199,7); }
td.TdClassName
{
border-color: #74C707;
}
.TagClassName
{
border-color: #74C707;
}
</style>