Shades of Christi #74C511
Tints of Christi #74C511
RGB
CMYK
RGB Variations
Color information
#74C511 (or 0x74C511) is known color: Christi. HEX triplet: 74, C5 and 11. RGB value is (116,197,17). Sum of RGB (Red+Green+Blue) = 116+197+17=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #74C511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C511 is #8B3AEE. Grayscale: #989898. Windows color (decimal): -9124591 or 1164660. OLE color: 1164660.
HSL color Cylindrical-coordinate representation of color #74C511: hue angle of 87º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74C511 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 197 | 17 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.23 |
| HSL | 87º | 0.84% | 0.42% | - |
| HSV(B) | 87º | 0.91% | 0.77% | - |
| XYZ | 27.27 | 43.69 | 7.53 | - |
| YUV | 152.26 | 51.66 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 17 | 0.41 | 0 | 0.91 | 0.23 | 87 | 0.84 | 0.42 |
| Hex | 74 | C5 | 11 | 29 | 0 | 5B | 17 | 57 | 54 | 2A |
| Octal | 164 | 305 | 21 | 51 | 0 | 133 | 27 | 127 | 124 | 52 |
| Binary | 1110100 | 11000101 | 10001 | 101001 | 0 | 1011011 | 10111 | 1010111 | 1010100 | 101010 |
Color Harmonies of #74C511
Complementary color
Monochromatic Colors of #74C511
Black with #74C511
Text Example
Text Example
White with #74C511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C511; }
p { color: rgb(116,197,17); }
H1.HeaderClassName
{
color: #74C511;
}
.AnyTagClassName
{
color: #74C511;
}
</style>
background-color css
<style>
a { background-color: #74C511; }
a { background-color: rgb(116,197,17); }
div.DivClassName
{
background-color: #74C511;
}
.BgClassName
{
background-color: #74C511;
}
</style>
border-color css
<style>
span { border-color: #74C511; }
span { border-color: rgb(116,197,17); }
td.TdClassName
{
border-color: #74C511;
}
.TagClassName
{
border-color: #74C511;
}
</style>