Shades of Christi #74B808
Tints of Christi #74B808
RGB
CMYK
RGB Variations
Color information
#74B808 (or 0x74B808) is known color: Christi. HEX triplet: 74, B8 and 08. RGB value is (116,184,8). Sum of RGB (Red+Green+Blue) = 116+184+8=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #74B808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B808 is #8B47F7. Grayscale: #909090. Windows color (decimal): -9127928 or 571508. OLE color: 571508.
HSL color Cylindrical-coordinate representation of color #74B808: hue angle of 83.18º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74B808 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 184 | 8 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.28 |
| HSL | 83.18º | 0.92% | 0.38% | - |
| HSV(B) | 83.18º | 0.96% | 0.72% | - |
| XYZ | 24.39 | 38.01 | 6.28 | - |
| YUV | 143.6 | 51.47 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 184 | 8 | 0.37 | 0 | 0.96 | 0.28 | 83.18 | 0.92 | 0.38 |
| Hex | 74 | B8 | 8 | 25 | 0 | 60 | 1C | 53 | 5C | 26 |
| Octal | 164 | 270 | 10 | 45 | 0 | 140 | 34 | 123 | 134 | 46 |
| Binary | 1110100 | 10111000 | 1000 | 100101 | 0 | 1100000 | 11100 | 1010011 | 1011100 | 100110 |
Color Harmonies of #74B808
Complementary color
Monochromatic Colors of #74B808
Black with #74B808
Text Example
Text Example
White with #74B808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B808; }
p { color: rgb(116,184,8); }
H1.HeaderClassName
{
color: #74B808;
}
.AnyTagClassName
{
color: #74B808;
}
</style>
background-color css
<style>
a { background-color: #74B808; }
a { background-color: rgb(116,184,8); }
div.DivClassName
{
background-color: #74B808;
}
.BgClassName
{
background-color: #74B808;
}
</style>
border-color css
<style>
span { border-color: #74B808; }
span { border-color: rgb(116,184,8); }
td.TdClassName
{
border-color: #74B808;
}
.TagClassName
{
border-color: #74B808;
}
</style>