Shades of Christi #74B30E
Tints of Christi #74B30E
RGB
CMYK
RGB Variations
Color information
#74B30E (or 0x74B30E) is known color: Christi. HEX triplet: 74, B3 and 0E. RGB value is (116,179,14). Sum of RGB (Red+Green+Blue) = 116+179+14=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 179 (70.31% from 255 or 57.93% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 179 - color contains mainly: green. Hex color #74B30E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B30E is #8B4CF1. Grayscale: #8D8D8D. Windows color (decimal): -9129202 or 963444. OLE color: 963444.
HSL color Cylindrical-coordinate representation of color #74B30E: hue angle of 82.91º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74B30E is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 179 | 14 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.30 |
| HSL | 82.91º | 0.85% | 0.38% | - |
| HSV(B) | 82.91º | 0.92% | 0.7% | - |
| XYZ | 23.4 | 35.98 | 6.13 | - |
| YUV | 141.35 | 56.13 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 179 | 14 | 0.35 | 0 | 0.92 | 0.30 | 82.91 | 0.85 | 0.38 |
| Hex | 74 | B3 | E | 23 | 0 | 5C | 1E | 53 | 55 | 26 |
| Octal | 164 | 263 | 16 | 43 | 0 | 134 | 36 | 123 | 125 | 46 |
| Binary | 1110100 | 10110011 | 1110 | 100011 | 0 | 1011100 | 11110 | 1010011 | 1010101 | 100110 |
Color Harmonies of #74B30E
Complementary color
Monochromatic Colors of #74B30E
Black with #74B30E
Text Example
Text Example
White with #74B30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B30E; }
p { color: rgb(116,179,14); }
H1.HeaderClassName
{
color: #74B30E;
}
.AnyTagClassName
{
color: #74B30E;
}
</style>
background-color css
<style>
a { background-color: #74B30E; }
a { background-color: rgb(116,179,14); }
div.DivClassName
{
background-color: #74B30E;
}
.BgClassName
{
background-color: #74B30E;
}
</style>
border-color css
<style>
span { border-color: #74B30E; }
span { border-color: rgb(116,179,14); }
td.TdClassName
{
border-color: #74B30E;
}
.TagClassName
{
border-color: #74B30E;
}
</style>