Shades of Christi #74BF16
Tints of Christi #74BF16
RGB
CMYK
RGB Variations
Color information
#74BF16 (or 0x74BF16) is known color: Christi. HEX triplet: 74, BF and 16. RGB value is (116,191,22). Sum of RGB (Red+Green+Blue) = 116+191+22=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 191 (75% from 255 or 58.05% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BF16 is #8B40E9. Grayscale: #959595. Windows color (decimal): -9126122 or 1490804. OLE color: 1490804.
HSL color Cylindrical-coordinate representation of color #74BF16: hue angle of 86.63º 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 #74BF16 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 22 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.25 |
| HSL | 86.63º | 0.79% | 0.42% | - |
| HSV(B) | 86.63º | 0.88% | 0.75% | - |
| XYZ | 25.98 | 41.03 | 7.31 | - |
| YUV | 149.31 | 56.15 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 22 | 0.39 | 0 | 0.88 | 0.25 | 86.63 | 0.79 | 0.42 |
| Hex | 74 | BF | 16 | 27 | 0 | 58 | 19 | 57 | 4F | 2A |
| Octal | 164 | 277 | 26 | 47 | 0 | 130 | 31 | 127 | 117 | 52 |
| Binary | 1110100 | 10111111 | 10110 | 100111 | 0 | 1011000 | 11001 | 1010111 | 1001111 | 101010 |
Color Harmonies of #74BF16
Complementary color
Monochromatic Colors of #74BF16
Black with #74BF16
Text Example
Text Example
White with #74BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF16; }
p { color: rgb(116,191,22); }
H1.HeaderClassName
{
color: #74BF16;
}
.AnyTagClassName
{
color: #74BF16;
}
</style>
background-color css
<style>
a { background-color: #74BF16; }
a { background-color: rgb(116,191,22); }
div.DivClassName
{
background-color: #74BF16;
}
.BgClassName
{
background-color: #74BF16;
}
</style>
border-color css
<style>
span { border-color: #74BF16; }
span { border-color: rgb(116,191,22); }
td.TdClassName
{
border-color: #74BF16;
}
.TagClassName
{
border-color: #74BF16;
}
</style>