Shades of Christi #74BC02
Tints of Christi #74BC02
RGB
CMYK
RGB Variations
Color information
#74BC02 (or 0x74BC02) is known color: Christi. HEX triplet: 74, BC and 02. RGB value is (116,188,2). Sum of RGB (Red+Green+Blue) = 116+188+2=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BC02 is #8B43FD. Grayscale: #919191. Windows color (decimal): -9126910 or 179316. OLE color: 179316.
HSL color Cylindrical-coordinate representation of color #74BC02: hue angle of 83.23º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74BC02 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 2 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.26 |
| HSL | 83.23º | 0.98% | 0.37% | - |
| HSV(B) | 83.23º | 0.99% | 0.74% | - |
| XYZ | 25.2 | 39.68 | 6.39 | - |
| YUV | 145.27 | 47.15 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 2 | 0.38 | 0 | 0.99 | 0.26 | 83.23 | 0.98 | 0.37 |
| Hex | 74 | BC | 2 | 26 | 0 | 63 | 1A | 53 | 62 | 25 |
| Octal | 164 | 274 | 2 | 46 | 0 | 143 | 32 | 123 | 142 | 45 |
| Binary | 1110100 | 10111100 | 10 | 100110 | 0 | 1100011 | 11010 | 1010011 | 1100010 | 100101 |
Color Harmonies of #74BC02
Complementary color
Monochromatic Colors of #74BC02
Black with #74BC02
Text Example
Text Example
White with #74BC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC02; }
p { color: rgb(116,188,2); }
H1.HeaderClassName
{
color: #74BC02;
}
.AnyTagClassName
{
color: #74BC02;
}
</style>
background-color css
<style>
a { background-color: #74BC02; }
a { background-color: rgb(116,188,2); }
div.DivClassName
{
background-color: #74BC02;
}
.BgClassName
{
background-color: #74BC02;
}
</style>
border-color css
<style>
span { border-color: #74BC02; }
span { border-color: rgb(116,188,2); }
td.TdClassName
{
border-color: #74BC02;
}
.TagClassName
{
border-color: #74BC02;
}
</style>