Shades of Christi #74C009
Tints of Christi #74C009
RGB
CMYK
RGB Variations
Color information
#74C009 (or 0x74C009) is known color: Christi. HEX triplet: 74, C0 and 09. RGB value is (116,192,9). Sum of RGB (Red+Green+Blue) = 116+192+9=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #74C009 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C009 is #8B3FF6. Grayscale: #959595. Windows color (decimal): -9125879 or 639092. OLE color: 639092.
HSL color Cylindrical-coordinate representation of color #74C009: hue angle of 84.92º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74C009 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 9 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.25 |
| HSL | 84.92º | 0.91% | 0.39% | - |
| HSV(B) | 84.92º | 0.95% | 0.75% | - |
| XYZ | 26.1 | 41.43 | 6.88 | - |
| YUV | 148.41 | 49.32 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 9 | 0.40 | 0 | 0.95 | 0.25 | 84.92 | 0.91 | 0.39 |
| Hex | 74 | C0 | 9 | 28 | 0 | 5F | 19 | 55 | 5B | 27 |
| Octal | 164 | 300 | 11 | 50 | 0 | 137 | 31 | 125 | 133 | 47 |
| Binary | 1110100 | 11000000 | 1001 | 101000 | 0 | 1011111 | 11001 | 1010101 | 1011011 | 100111 |
Color Harmonies of #74C009
Complementary color
Monochromatic Colors of #74C009
Black with #74C009
Text Example
Text Example
White with #74C009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C009; }
p { color: rgb(116,192,9); }
H1.HeaderClassName
{
color: #74C009;
}
.AnyTagClassName
{
color: #74C009;
}
</style>
background-color css
<style>
a { background-color: #74C009; }
a { background-color: rgb(116,192,9); }
div.DivClassName
{
background-color: #74C009;
}
.BgClassName
{
background-color: #74C009;
}
</style>
border-color css
<style>
span { border-color: #74C009; }
span { border-color: rgb(116,192,9); }
td.TdClassName
{
border-color: #74C009;
}
.TagClassName
{
border-color: #74C009;
}
</style>