Shades of Christi #74C40D
Tints of Christi #74C40D
RGB
CMYK
RGB Variations
Color information
#74C40D (or 0x74C40D) is known color: Christi. HEX triplet: 74, C4 and 0D. RGB value is (116,196,13). Sum of RGB (Red+Green+Blue) = 116+196+13=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 196 (76.95% from 255 or 60.31% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 196 - color contains mainly: green. Hex color #74C40D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C40D is #8B3BF2. Grayscale: #979797. Windows color (decimal): -9124851 or 902260. OLE color: 902260.
HSL color Cylindrical-coordinate representation of color #74C40D: hue angle of 86.23º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74C40D is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 196 | 13 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.23 |
| HSL | 86.23º | 0.88% | 0.41% | - |
| HSV(B) | 86.23º | 0.93% | 0.77% | - |
| XYZ | 27.02 | 43.22 | 7.3 | - |
| YUV | 151.22 | 50 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 196 | 13 | 0.41 | 0 | 0.93 | 0.23 | 86.23 | 0.88 | 0.41 |
| Hex | 74 | C4 | D | 29 | 0 | 5D | 17 | 56 | 58 | 29 |
| Octal | 164 | 304 | 15 | 51 | 0 | 135 | 27 | 126 | 130 | 51 |
| Binary | 1110100 | 11000100 | 1101 | 101001 | 0 | 1011101 | 10111 | 1010110 | 1011000 | 101001 |
Color Harmonies of #74C40D
Complementary color
Monochromatic Colors of #74C40D
Black with #74C40D
Text Example
Text Example
White with #74C40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C40D; }
p { color: rgb(116,196,13); }
H1.HeaderClassName
{
color: #74C40D;
}
.AnyTagClassName
{
color: #74C40D;
}
</style>
background-color css
<style>
a { background-color: #74C40D; }
a { background-color: rgb(116,196,13); }
div.DivClassName
{
background-color: #74C40D;
}
.BgClassName
{
background-color: #74C40D;
}
</style>
border-color css
<style>
span { border-color: #74C40D; }
span { border-color: rgb(116,196,13); }
td.TdClassName
{
border-color: #74C40D;
}
.TagClassName
{
border-color: #74C40D;
}
</style>