Shades of Christi #74BD19
Tints of Christi #74BD19
RGB
CMYK
RGB Variations
Color information
#74BD19 (or 0x74BD19) is known color: Christi. HEX triplet: 74, BD and 19. RGB value is (116,189,25). Sum of RGB (Red+Green+Blue) = 116+189+25=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BD19 is #8B42E6. Grayscale: #959595. Windows color (decimal): -9126631 or 1686900. OLE color: 1686900.
HSL color Cylindrical-coordinate representation of color #74BD19: hue angle of 86.71º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74BD19 is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 25 | - |
| CMYK | 0.39 | 0 | 0.87 | 0.26 |
| HSL | 86.71º | 0.77% | 0.42% | - |
| HSV(B) | 86.71º | 0.87% | 0.74% | - |
| XYZ | 25.58 | 40.18 | 7.33 | - |
| YUV | 148.48 | 58.32 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 25 | 0.39 | 0 | 0.87 | 0.26 | 86.71 | 0.77 | 0.42 |
| Hex | 74 | BD | 19 | 27 | 0 | 57 | 1A | 57 | 4D | 2A |
| Octal | 164 | 275 | 31 | 47 | 0 | 127 | 32 | 127 | 115 | 52 |
| Binary | 1110100 | 10111101 | 11001 | 100111 | 0 | 1010111 | 11010 | 1010111 | 1001101 | 101010 |
Color Harmonies of #74BD19
Complementary color
Monochromatic Colors of #74BD19
Black with #74BD19
Text Example
Text Example
White with #74BD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BD19; }
p { color: rgb(116,189,25); }
H1.HeaderClassName
{
color: #74BD19;
}
.AnyTagClassName
{
color: #74BD19;
}
</style>
background-color css
<style>
a { background-color: #74BD19; }
a { background-color: rgb(116,189,25); }
div.DivClassName
{
background-color: #74BD19;
}
.BgClassName
{
background-color: #74BD19;
}
</style>
border-color css
<style>
span { border-color: #74BD19; }
span { border-color: rgb(116,189,25); }
td.TdClassName
{
border-color: #74BD19;
}
.TagClassName
{
border-color: #74BD19;
}
</style>