Shades of Christi #74BA02
Tints of Christi #74BA02
RGB
CMYK
RGB Variations
Color information
#74BA02 (or 0x74BA02) is known color: Christi. HEX triplet: 74, BA and 02. RGB value is (116,186,2). Sum of RGB (Red+Green+Blue) = 116+186+2=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BA02 is #8B45FD. Grayscale: #909090. Windows color (decimal): -9127422 or 178804. OLE color: 178804.
HSL color Cylindrical-coordinate representation of color #74BA02: hue angle of 82.83º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74BA02 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 186 | 2 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.27 |
| HSL | 82.83º | 0.98% | 0.37% | - |
| HSV(B) | 82.83º | 0.99% | 0.73% | - |
| XYZ | 24.77 | 38.84 | 6.25 | - |
| YUV | 144.09 | 47.81 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 2 | 0.38 | 0 | 0.99 | 0.27 | 82.83 | 0.98 | 0.37 |
| Hex | 74 | BA | 2 | 26 | 0 | 63 | 1B | 53 | 62 | 25 |
| Octal | 164 | 272 | 2 | 46 | 0 | 143 | 33 | 123 | 142 | 45 |
| Binary | 1110100 | 10111010 | 10 | 100110 | 0 | 1100011 | 11011 | 1010011 | 1100010 | 100101 |
Color Harmonies of #74BA02
Complementary color
Monochromatic Colors of #74BA02
Black with #74BA02
Text Example
Text Example
White with #74BA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BA02; }
p { color: rgb(116,186,2); }
H1.HeaderClassName
{
color: #74BA02;
}
.AnyTagClassName
{
color: #74BA02;
}
</style>
background-color css
<style>
a { background-color: #74BA02; }
a { background-color: rgb(116,186,2); }
div.DivClassName
{
background-color: #74BA02;
}
.BgClassName
{
background-color: #74BA02;
}
</style>
border-color css
<style>
span { border-color: #74BA02; }
span { border-color: rgb(116,186,2); }
td.TdClassName
{
border-color: #74BA02;
}
.TagClassName
{
border-color: #74BA02;
}
</style>