Shades of Christi #74C209
Tints of Christi #74C209
RGB
CMYK
RGB Variations
Color information
#74C209 (or 0x74C209) is known color: Christi. HEX triplet: 74, C2 and 09. RGB value is (116,194,9). Sum of RGB (Red+Green+Blue) = 116+194+9=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #74C209 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C209 is #8B3DF6. Grayscale: #969696. Windows color (decimal): -9125367 or 639604. OLE color: 639604.
HSL color Cylindrical-coordinate representation of color #74C209: hue angle of 85.3º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74C209 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 9 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.24 |
| HSL | 85.3º | 0.91% | 0.4% | - |
| HSV(B) | 85.3º | 0.95% | 0.76% | - |
| XYZ | 26.54 | 42.32 | 7.03 | - |
| YUV | 149.59 | 48.66 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 9 | 0.40 | 0 | 0.95 | 0.24 | 85.3 | 0.91 | 0.4 |
| Hex | 74 | C2 | 9 | 28 | 0 | 5F | 18 | 55 | 5B | 28 |
| Octal | 164 | 302 | 11 | 50 | 0 | 137 | 30 | 125 | 133 | 50 |
| Binary | 1110100 | 11000010 | 1001 | 101000 | 0 | 1011111 | 11000 | 1010101 | 1011011 | 101000 |
Color Harmonies of #74C209
Complementary color
Monochromatic Colors of #74C209
Black with #74C209
Text Example
Text Example
White with #74C209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C209; }
p { color: rgb(116,194,9); }
H1.HeaderClassName
{
color: #74C209;
}
.AnyTagClassName
{
color: #74C209;
}
</style>
background-color css
<style>
a { background-color: #74C209; }
a { background-color: rgb(116,194,9); }
div.DivClassName
{
background-color: #74C209;
}
.BgClassName
{
background-color: #74C209;
}
</style>
border-color css
<style>
span { border-color: #74C209; }
span { border-color: rgb(116,194,9); }
td.TdClassName
{
border-color: #74C209;
}
.TagClassName
{
border-color: #74C209;
}
</style>