Shades of Christi #74BE16
Tints of Christi #74BE16
RGB
CMYK
RGB Variations
Color information
#74BE16 (or 0x74BE16) is known color: Christi. HEX triplet: 74, BE and 16. RGB value is (116,190,22). Sum of RGB (Red+Green+Blue) = 116+190+22=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 190 (74.61% from 255 or 57.93% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BE16 is #8B41E9. Grayscale: #959595. Windows color (decimal): -9126378 or 1490548. OLE color: 1490548.
HSL color Cylindrical-coordinate representation of color #74BE16: hue angle of 86.43º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74BE16 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 190 | 22 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.25 |
| HSL | 86.43º | 0.79% | 0.42% | - |
| HSV(B) | 86.43º | 0.88% | 0.75% | - |
| XYZ | 25.76 | 40.6 | 7.24 | - |
| YUV | 148.72 | 56.48 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 22 | 0.39 | 0 | 0.88 | 0.25 | 86.43 | 0.79 | 0.42 |
| Hex | 74 | BE | 16 | 27 | 0 | 58 | 19 | 56 | 4F | 2A |
| Octal | 164 | 276 | 26 | 47 | 0 | 130 | 31 | 126 | 117 | 52 |
| Binary | 1110100 | 10111110 | 10110 | 100111 | 0 | 1011000 | 11001 | 1010110 | 1001111 | 101010 |
Color Harmonies of #74BE16
Complementary color
Monochromatic Colors of #74BE16
Black with #74BE16
Text Example
Text Example
White with #74BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BE16; }
p { color: rgb(116,190,22); }
H1.HeaderClassName
{
color: #74BE16;
}
.AnyTagClassName
{
color: #74BE16;
}
</style>
background-color css
<style>
a { background-color: #74BE16; }
a { background-color: rgb(116,190,22); }
div.DivClassName
{
background-color: #74BE16;
}
.BgClassName
{
background-color: #74BE16;
}
</style>
border-color css
<style>
span { border-color: #74BE16; }
span { border-color: rgb(116,190,22); }
td.TdClassName
{
border-color: #74BE16;
}
.TagClassName
{
border-color: #74BE16;
}
</style>