Shades of Christi #74C50A
Tints of Christi #74C50A
RGB
CMYK
RGB Variations
Color information
#74C50A (or 0x74C50A) is known color: Christi. HEX triplet: 74, C5 and 0A. RGB value is (116,197,10). Sum of RGB (Red+Green+Blue) = 116+197+10=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 197 (77.34% from 255 or 60.99% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 197 - color contains mainly: green. Hex color #74C50A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C50A is #8B3AF5. Grayscale: #989898. Windows color (decimal): -9124598 or 705908. OLE color: 705908.
HSL color Cylindrical-coordinate representation of color #74C50A: hue angle of 85.99º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74C50A is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 197 | 10 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.23 |
| HSL | 85.99º | 0.9% | 0.41% | - |
| HSV(B) | 85.99º | 0.95% | 0.77% | - |
| XYZ | 27.22 | 43.67 | 7.28 | - |
| YUV | 151.46 | 48.16 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 10 | 0.41 | 0 | 0.95 | 0.23 | 85.99 | 0.9 | 0.41 |
| Hex | 74 | C5 | A | 29 | 0 | 5F | 17 | 56 | 5A | 29 |
| Octal | 164 | 305 | 12 | 51 | 0 | 137 | 27 | 126 | 132 | 51 |
| Binary | 1110100 | 11000101 | 1010 | 101001 | 0 | 1011111 | 10111 | 1010110 | 1011010 | 101001 |
Color Harmonies of #74C50A
Complementary color
Monochromatic Colors of #74C50A
Black with #74C50A
Text Example
Text Example
White with #74C50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C50A; }
p { color: rgb(116,197,10); }
H1.HeaderClassName
{
color: #74C50A;
}
.AnyTagClassName
{
color: #74C50A;
}
</style>
background-color css
<style>
a { background-color: #74C50A; }
a { background-color: rgb(116,197,10); }
div.DivClassName
{
background-color: #74C50A;
}
.BgClassName
{
background-color: #74C50A;
}
</style>
border-color css
<style>
span { border-color: #74C50A; }
span { border-color: rgb(116,197,10); }
td.TdClassName
{
border-color: #74C50A;
}
.TagClassName
{
border-color: #74C50A;
}
</style>