Shades of Christi #74BD17
Tints of Christi #74BD17
RGB
CMYK
RGB Variations
Color information
#74BD17 (or 0x74BD17) is known color: Christi. HEX triplet: 74, BD and 17. RGB value is (116,189,23). Sum of RGB (Red+Green+Blue) = 116+189+23=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 189 (74.22% from 255 or 57.62% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BD17 is #8B42E8. Grayscale: #949494. Windows color (decimal): -9126633 or 1555828. OLE color: 1555828.
HSL color Cylindrical-coordinate representation of color #74BD17: hue angle of 86.39º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74BD17 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 23 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.26 |
| HSL | 86.39º | 0.78% | 0.42% | - |
| HSV(B) | 86.39º | 0.88% | 0.74% | - |
| XYZ | 25.55 | 40.17 | 7.22 | - |
| YUV | 148.25 | 57.32 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 23 | 0.39 | 0 | 0.88 | 0.26 | 86.39 | 0.78 | 0.42 |
| Hex | 74 | BD | 17 | 27 | 0 | 58 | 1A | 56 | 4E | 2A |
| Octal | 164 | 275 | 27 | 47 | 0 | 130 | 32 | 126 | 116 | 52 |
| Binary | 1110100 | 10111101 | 10111 | 100111 | 0 | 1011000 | 11010 | 1010110 | 1001110 | 101010 |
Color Harmonies of #74BD17
Complementary color
Monochromatic Colors of #74BD17
Black with #74BD17
Text Example
Text Example
White with #74BD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BD17; }
p { color: rgb(116,189,23); }
H1.HeaderClassName
{
color: #74BD17;
}
.AnyTagClassName
{
color: #74BD17;
}
</style>
background-color css
<style>
a { background-color: #74BD17; }
a { background-color: rgb(116,189,23); }
div.DivClassName
{
background-color: #74BD17;
}
.BgClassName
{
background-color: #74BD17;
}
</style>
border-color css
<style>
span { border-color: #74BD17; }
span { border-color: rgb(116,189,23); }
td.TdClassName
{
border-color: #74BD17;
}
.TagClassName
{
border-color: #74BD17;
}
</style>