Shades of Christi #74BF14
Tints of Christi #74BF14
RGB
CMYK
RGB Variations
Color information
#74BF14 (or 0x74BF14) is known color: Christi. HEX triplet: 74, BF and 14. RGB value is (116,191,20). Sum of RGB (Red+Green+Blue) = 116+191+20=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 191 (75% from 255 or 58.41% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BF14 is #8B40EB. Grayscale: #959595. Windows color (decimal): -9126124 or 1359732. OLE color: 1359732.
HSL color Cylindrical-coordinate representation of color #74BF14: hue angle of 86.32º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74BF14 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 20 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.25 |
| HSL | 86.32º | 0.81% | 0.41% | - |
| HSV(B) | 86.32º | 0.9% | 0.75% | - |
| XYZ | 25.96 | 41.03 | 7.21 | - |
| YUV | 149.08 | 55.15 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 20 | 0.39 | 0 | 0.90 | 0.25 | 86.32 | 0.81 | 0.41 |
| Hex | 74 | BF | 14 | 27 | 0 | 5A | 19 | 56 | 51 | 29 |
| Octal | 164 | 277 | 24 | 47 | 0 | 132 | 31 | 126 | 121 | 51 |
| Binary | 1110100 | 10111111 | 10100 | 100111 | 0 | 1011010 | 11001 | 1010110 | 1010001 | 101001 |
Color Harmonies of #74BF14
Complementary color
Monochromatic Colors of #74BF14
Black with #74BF14
Text Example
Text Example
White with #74BF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF14; }
p { color: rgb(116,191,20); }
H1.HeaderClassName
{
color: #74BF14;
}
.AnyTagClassName
{
color: #74BF14;
}
</style>
background-color css
<style>
a { background-color: #74BF14; }
a { background-color: rgb(116,191,20); }
div.DivClassName
{
background-color: #74BF14;
}
.BgClassName
{
background-color: #74BF14;
}
</style>
border-color css
<style>
span { border-color: #74BF14; }
span { border-color: rgb(116,191,20); }
td.TdClassName
{
border-color: #74BF14;
}
.TagClassName
{
border-color: #74BF14;
}
</style>