Shades of Christi #74C216
Tints of Christi #74C216
RGB
CMYK
RGB Variations
Color information
#74C216 (or 0x74C216) is known color: Christi. HEX triplet: 74, C2 and 16. RGB value is (116,194,22). Sum of RGB (Red+Green+Blue) = 116+194+22=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 194 (76.17% from 255 or 58.43% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 194 - color contains mainly: green. Hex color #74C216 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C216 is #8B3DE9. Grayscale: #979797. Windows color (decimal): -9125354 or 1491572. OLE color: 1491572.
HSL color Cylindrical-coordinate representation of color #74C216: hue angle of 87.21º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74C216 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 22 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.24 |
| HSL | 87.21º | 0.8% | 0.42% | - |
| HSV(B) | 87.21º | 0.89% | 0.76% | - |
| XYZ | 26.64 | 42.35 | 7.53 | - |
| YUV | 151.07 | 55.16 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 22 | 0.40 | 0 | 0.89 | 0.24 | 87.21 | 0.8 | 0.42 |
| Hex | 74 | C2 | 16 | 28 | 0 | 59 | 18 | 57 | 50 | 2A |
| Octal | 164 | 302 | 26 | 50 | 0 | 131 | 30 | 127 | 120 | 52 |
| Binary | 1110100 | 11000010 | 10110 | 101000 | 0 | 1011001 | 11000 | 1010111 | 1010000 | 101010 |
Color Harmonies of #74C216
Complementary color
Monochromatic Colors of #74C216
Black with #74C216
Text Example
Text Example
White with #74C216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C216; }
p { color: rgb(116,194,22); }
H1.HeaderClassName
{
color: #74C216;
}
.AnyTagClassName
{
color: #74C216;
}
</style>
background-color css
<style>
a { background-color: #74C216; }
a { background-color: rgb(116,194,22); }
div.DivClassName
{
background-color: #74C216;
}
.BgClassName
{
background-color: #74C216;
}
</style>
border-color css
<style>
span { border-color: #74C216; }
span { border-color: rgb(116,194,22); }
td.TdClassName
{
border-color: #74C216;
}
.TagClassName
{
border-color: #74C216;
}
</style>