Shades of Christi #74B002
Tints of Christi #74B002
RGB
CMYK
RGB Variations
Color information
#74B002 (or 0x74B002) is known color: Christi. HEX triplet: 74, B0 and 02. RGB value is (116,176,2). Sum of RGB (Red+Green+Blue) = 116+176+2=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 176 (69.14% from 255 or 59.86% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 176 - color contains mainly: green. Hex color #74B002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74B002 is #8B4FFD. Grayscale: #8A8A8A. Windows color (decimal): -9129982 or 176244. OLE color: 176244.
HSL color Cylindrical-coordinate representation of color #74B002: hue angle of 80.69º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74B002 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 176 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.31 |
| HSL | 80.69º | 0.98% | 0.35% | - |
| HSV(B) | 80.69º | 0.99% | 0.69% | - |
| XYZ | 22.74 | 34.77 | 5.57 | - |
| YUV | 138.22 | 51.12 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 176 | 2 | 0.34 | 0 | 0.99 | 0.31 | 80.69 | 0.98 | 0.35 |
| Hex | 74 | B0 | 2 | 22 | 0 | 63 | 1F | 51 | 62 | 23 |
| Octal | 164 | 260 | 2 | 42 | 0 | 143 | 37 | 121 | 142 | 43 |
| Binary | 1110100 | 10110000 | 10 | 100010 | 0 | 1100011 | 11111 | 1010001 | 1100010 | 100011 |
Color Harmonies of #74B002
Complementary color
Monochromatic Colors of #74B002
Black with #74B002
Text Example
Text Example
White with #74B002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B002; }
p { color: rgb(116,176,2); }
H1.HeaderClassName
{
color: #74B002;
}
.AnyTagClassName
{
color: #74B002;
}
</style>
background-color css
<style>
a { background-color: #74B002; }
a { background-color: rgb(116,176,2); }
div.DivClassName
{
background-color: #74B002;
}
.BgClassName
{
background-color: #74B002;
}
</style>
border-color css
<style>
span { border-color: #74B002; }
span { border-color: rgb(116,176,2); }
td.TdClassName
{
border-color: #74B002;
}
.TagClassName
{
border-color: #74B002;
}
</style>