Shades of Christi #74BC08
Tints of Christi #74BC08
RGB
CMYK
RGB Variations
Color information
#74BC08 (or 0x74BC08) is known color: Christi. HEX triplet: 74, BC and 08. RGB value is (116,188,8). Sum of RGB (Red+Green+Blue) = 116+188+8=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BC08 is #8B43F7. Grayscale: #929292. Windows color (decimal): -9126904 or 572532. OLE color: 572532.
HSL color Cylindrical-coordinate representation of color #74BC08: hue angle of 84º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74BC08 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 8 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.26 |
| HSL | 84º | 0.92% | 0.38% | - |
| HSV(B) | 84º | 0.96% | 0.74% | - |
| XYZ | 25.23 | 39.7 | 6.56 | - |
| YUV | 145.95 | 50.15 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 8 | 0.38 | 0 | 0.96 | 0.26 | 84 | 0.92 | 0.38 |
| Hex | 74 | BC | 8 | 26 | 0 | 60 | 1A | 54 | 5C | 26 |
| Octal | 164 | 274 | 10 | 46 | 0 | 140 | 32 | 124 | 134 | 46 |
| Binary | 1110100 | 10111100 | 1000 | 100110 | 0 | 1100000 | 11010 | 1010100 | 1011100 | 100110 |
Color Harmonies of #74BC08
Complementary color
Monochromatic Colors of #74BC08
Black with #74BC08
Text Example
Text Example
White with #74BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC08; }
p { color: rgb(116,188,8); }
H1.HeaderClassName
{
color: #74BC08;
}
.AnyTagClassName
{
color: #74BC08;
}
</style>
background-color css
<style>
a { background-color: #74BC08; }
a { background-color: rgb(116,188,8); }
div.DivClassName
{
background-color: #74BC08;
}
.BgClassName
{
background-color: #74BC08;
}
</style>
border-color css
<style>
span { border-color: #74BC08; }
span { border-color: rgb(116,188,8); }
td.TdClassName
{
border-color: #74BC08;
}
.TagClassName
{
border-color: #74BC08;
}
</style>