Shades of Christi #74BE0E
Tints of Christi #74BE0E
RGB
CMYK
RGB Variations
Color information
#74BE0E (or 0x74BE0E) is known color: Christi. HEX triplet: 74, BE and 0E. RGB value is (116,190,14). Sum of RGB (Red+Green+Blue) = 116+190+14=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 190 (74.61% from 255 or 59.38% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BE0E is #8B41F1. Grayscale: #949494. Windows color (decimal): -9126386 or 966260. OLE color: 966260.
HSL color Cylindrical-coordinate representation of color #74BE0E: hue angle of 85.23º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74BE0E is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 190 | 14 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.25 |
| HSL | 85.23º | 0.86% | 0.4% | - |
| HSV(B) | 85.23º | 0.93% | 0.75% | - |
| XYZ | 25.7 | 40.57 | 6.89 | - |
| YUV | 147.81 | 52.48 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 14 | 0.39 | 0 | 0.93 | 0.25 | 85.23 | 0.86 | 0.4 |
| Hex | 74 | BE | E | 27 | 0 | 5D | 19 | 55 | 56 | 28 |
| Octal | 164 | 276 | 16 | 47 | 0 | 135 | 31 | 125 | 126 | 50 |
| Binary | 1110100 | 10111110 | 1110 | 100111 | 0 | 1011101 | 11001 | 1010101 | 1010110 | 101000 |
Color Harmonies of #74BE0E
Complementary color
Monochromatic Colors of #74BE0E
Black with #74BE0E
Text Example
Text Example
White with #74BE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BE0E; }
p { color: rgb(116,190,14); }
H1.HeaderClassName
{
color: #74BE0E;
}
.AnyTagClassName
{
color: #74BE0E;
}
</style>
background-color css
<style>
a { background-color: #74BE0E; }
a { background-color: rgb(116,190,14); }
div.DivClassName
{
background-color: #74BE0E;
}
.BgClassName
{
background-color: #74BE0E;
}
</style>
border-color css
<style>
span { border-color: #74BE0E; }
span { border-color: rgb(116,190,14); }
td.TdClassName
{
border-color: #74BE0E;
}
.TagClassName
{
border-color: #74BE0E;
}
</style>