Shades of Christi #74C10E
Tints of Christi #74C10E
RGB
CMYK
RGB Variations
Color information
#74C10E (or 0x74C10E) is known color: Christi. HEX triplet: 74, C1 and 0E. RGB value is (116,193,14). Sum of RGB (Red+Green+Blue) = 116+193+14=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 193 (75.78% from 255 or 59.75% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 193 - color contains mainly: green. Hex color #74C10E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C10E is #8B3EF1. Grayscale: #969696. Windows color (decimal): -9125618 or 967028. OLE color: 967028.
HSL color Cylindrical-coordinate representation of color #74C10E: hue angle of 85.81º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74C10E is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 14 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.24 |
| HSL | 85.81º | 0.86% | 0.41% | - |
| HSV(B) | 85.81º | 0.93% | 0.76% | - |
| XYZ | 26.35 | 41.88 | 7.11 | - |
| YUV | 149.57 | 51.49 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 14 | 0.40 | 0 | 0.93 | 0.24 | 85.81 | 0.86 | 0.41 |
| Hex | 74 | C1 | E | 28 | 0 | 5D | 18 | 56 | 56 | 29 |
| Octal | 164 | 301 | 16 | 50 | 0 | 135 | 30 | 126 | 126 | 51 |
| Binary | 1110100 | 11000001 | 1110 | 101000 | 0 | 1011101 | 11000 | 1010110 | 1010110 | 101001 |
Color Harmonies of #74C10E
Complementary color
Monochromatic Colors of #74C10E
Black with #74C10E
Text Example
Text Example
White with #74C10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C10E; }
p { color: rgb(116,193,14); }
H1.HeaderClassName
{
color: #74C10E;
}
.AnyTagClassName
{
color: #74C10E;
}
</style>
background-color css
<style>
a { background-color: #74C10E; }
a { background-color: rgb(116,193,14); }
div.DivClassName
{
background-color: #74C10E;
}
.BgClassName
{
background-color: #74C10E;
}
</style>
border-color css
<style>
span { border-color: #74C10E; }
span { border-color: rgb(116,193,14); }
td.TdClassName
{
border-color: #74C10E;
}
.TagClassName
{
border-color: #74C10E;
}
</style>