Shades of Christi #74BD0B
Tints of Christi #74BD0B
RGB
CMYK
RGB Variations
Color information
#74BD0B (or 0x74BD0B) is known color: Christi. HEX triplet: 74, BD and 0B. RGB value is (116,189,11). Sum of RGB (Red+Green+Blue) = 116+189+11=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BD0B is #8B42F4. Grayscale: #939393. Windows color (decimal): -9126645 or 769396. OLE color: 769396.
HSL color Cylindrical-coordinate representation of color #74BD0B: hue angle of 84.61º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74BD0B is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 11 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.26 |
| HSL | 84.61º | 0.89% | 0.39% | - |
| HSV(B) | 84.61º | 0.94% | 0.74% | - |
| XYZ | 25.46 | 40.13 | 6.72 | - |
| YUV | 146.88 | 51.32 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 11 | 0.39 | 0 | 0.94 | 0.26 | 84.61 | 0.89 | 0.39 |
| Hex | 74 | BD | B | 27 | 0 | 5E | 1A | 55 | 59 | 27 |
| Octal | 164 | 275 | 13 | 47 | 0 | 136 | 32 | 125 | 131 | 47 |
| Binary | 1110100 | 10111101 | 1011 | 100111 | 0 | 1011110 | 11010 | 1010101 | 1011001 | 100111 |
Color Harmonies of #74BD0B
Complementary color
Monochromatic Colors of #74BD0B
Black with #74BD0B
Text Example
Text Example
White with #74BD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BD0B; }
p { color: rgb(116,189,11); }
H1.HeaderClassName
{
color: #74BD0B;
}
.AnyTagClassName
{
color: #74BD0B;
}
</style>
background-color css
<style>
a { background-color: #74BD0B; }
a { background-color: rgb(116,189,11); }
div.DivClassName
{
background-color: #74BD0B;
}
.BgClassName
{
background-color: #74BD0B;
}
</style>
border-color css
<style>
span { border-color: #74BD0B; }
span { border-color: rgb(116,189,11); }
td.TdClassName
{
border-color: #74BD0B;
}
.TagClassName
{
border-color: #74BD0B;
}
</style>