Shades of Christi #74B900
Tints of Christi #74B900
RGB
CMYK
RGB Variations
Color information
#74B900 (or 0x74B900) is known color: Christi. HEX triplet: 74, B9 and 00. RGB value is (116,185,0). Sum of RGB (Red+Green+Blue) = 116+185+0=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 185 (72.66% from 255 or 61.46% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 185 - color contains mainly: green. Hex color #74B900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B900 is #8B46FF. Grayscale: #8F8F8F. Windows color (decimal): -9127680 or 47476. OLE color: 47476.
HSL color Cylindrical-coordinate representation of color #74B900: hue angle of 82.38º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74B900 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 185 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.27 |
| HSL | 82.38º | 1% | 0.36% | - |
| HSV(B) | 82.38º | 1% | 0.73% | - |
| XYZ | 24.55 | 38.41 | 6.12 | - |
| YUV | 143.28 | 47.14 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 185 | 0 | 0.37 | 0 | 1 | 0.27 | 82.38 | 1 | 0.36 |
| Hex | 74 | B9 | 0 | 25 | 0 | 64 | 1B | 52 | 64 | 24 |
| Octal | 164 | 271 | 0 | 45 | 0 | 144 | 33 | 122 | 144 | 44 |
| Binary | 1110100 | 10111001 | 0 | 100101 | 0 | 1100100 | 11011 | 1010010 | 1100100 | 100100 |
Color Harmonies of #74B900
Complementary color
Monochromatic Colors of #74B900
Black with #74B900
Text Example
Text Example
White with #74B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B900; }
p { color: rgb(116,185,0); }
H1.HeaderClassName
{
color: #74B900;
}
.AnyTagClassName
{
color: #74B900;
}
</style>
background-color css
<style>
a { background-color: #74B900; }
a { background-color: rgb(116,185,0); }
div.DivClassName
{
background-color: #74B900;
}
.BgClassName
{
background-color: #74B900;
}
</style>
border-color css
<style>
span { border-color: #74B900; }
span { border-color: rgb(116,185,0); }
td.TdClassName
{
border-color: #74B900;
}
.TagClassName
{
border-color: #74B900;
}
</style>