Shades of Christi #74CE0E
Tints of Christi #74CE0E
RGB
CMYK
RGB Variations
Color information
#74CE0E (or 0x74CE0E) is known color: Christi. HEX triplet: 74, CE and 0E. RGB value is (116,206,14). Sum of RGB (Red+Green+Blue) = 116+206+14=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 206 (80.86% from 255 or 61.31% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CE0E is #8B31F1. Grayscale: #9D9D9D. Windows color (decimal): -9122290 or 970356. OLE color: 970356.
HSL color Cylindrical-coordinate representation of color #74CE0E: hue angle of 88.12º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74CE0E is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 14 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.19 |
| HSL | 88.13º | 0.87% | 0.43% | - |
| HSV(B) | 88.13º | 0.93% | 0.81% | - |
| XYZ | 29.35 | 47.89 | 8.11 | - |
| YUV | 157.2 | 47.18 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 14 | 0.44 | 0 | 0.93 | 0.19 | 88.13 | 0.87 | 0.43 |
| Hex | 74 | CE | E | 2C | 0 | 5D | 13 | 58 | 57 | 2B |
| Octal | 164 | 316 | 16 | 54 | 0 | 135 | 23 | 130 | 127 | 53 |
| Binary | 1110100 | 11001110 | 1110 | 101100 | 0 | 1011101 | 10011 | 1011000 | 1010111 | 101011 |
Color Harmonies of #74CE0E
Complementary color
Monochromatic Colors of #74CE0E
Black with #74CE0E
Text Example
Text Example
White with #74CE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CE0E; }
p { color: rgb(116,206,14); }
H1.HeaderClassName
{
color: #74CE0E;
}
.AnyTagClassName
{
color: #74CE0E;
}
</style>
background-color css
<style>
a { background-color: #74CE0E; }
a { background-color: rgb(116,206,14); }
div.DivClassName
{
background-color: #74CE0E;
}
.BgClassName
{
background-color: #74CE0E;
}
</style>
border-color css
<style>
span { border-color: #74CE0E; }
span { border-color: rgb(116,206,14); }
td.TdClassName
{
border-color: #74CE0E;
}
.TagClassName
{
border-color: #74CE0E;
}
</style>