Shades of Christi #74C10F
Tints of Christi #74C10F
RGB
CMYK
RGB Variations
Color information
#74C10F (or 0x74C10F) is known color: Christi. HEX triplet: 74, C1 and 0F. RGB value is (116,193,15). Sum of RGB (Red+Green+Blue) = 116+193+15=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #74C10F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C10F is #8B3EF0. Grayscale: #969696. Windows color (decimal): -9125617 or 1032564. OLE color: 1032564.
HSL color Cylindrical-coordinate representation of color #74C10F: hue angle of 85.96º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74C10F is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 15 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.24 |
| HSL | 85.96º | 0.86% | 0.41% | - |
| HSV(B) | 85.96º | 0.92% | 0.76% | - |
| XYZ | 26.36 | 41.89 | 7.15 | - |
| YUV | 149.69 | 51.99 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 15 | 0.40 | 0 | 0.92 | 0.24 | 85.96 | 0.86 | 0.41 |
| Hex | 74 | C1 | F | 28 | 0 | 5C | 18 | 56 | 56 | 29 |
| Octal | 164 | 301 | 17 | 50 | 0 | 134 | 30 | 126 | 126 | 51 |
| Binary | 1110100 | 11000001 | 1111 | 101000 | 0 | 1011100 | 11000 | 1010110 | 1010110 | 101001 |
Color Harmonies of #74C10F
Complementary color
Monochromatic Colors of #74C10F
Black with #74C10F
Text Example
Text Example
White with #74C10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C10F; }
p { color: rgb(116,193,15); }
H1.HeaderClassName
{
color: #74C10F;
}
.AnyTagClassName
{
color: #74C10F;
}
</style>
background-color css
<style>
a { background-color: #74C10F; }
a { background-color: rgb(116,193,15); }
div.DivClassName
{
background-color: #74C10F;
}
.BgClassName
{
background-color: #74C10F;
}
</style>
border-color css
<style>
span { border-color: #74C10F; }
span { border-color: rgb(116,193,15); }
td.TdClassName
{
border-color: #74C10F;
}
.TagClassName
{
border-color: #74C10F;
}
</style>