Shades of Christi #74C309
Tints of Christi #74C309
RGB
CMYK
RGB Variations
Color information
#74C309 (or 0x74C309) is known color: Christi. HEX triplet: 74, C3 and 09. RGB value is (116,195,9). Sum of RGB (Red+Green+Blue) = 116+195+9=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #74C309 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C309 is #8B3CF6. Grayscale: #969696. Windows color (decimal): -9125111 or 639860. OLE color: 639860.
HSL color Cylindrical-coordinate representation of color #74C309: hue angle of 85.48º 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 #74C309 is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 195 | 9 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.24 |
| HSL | 85.48º | 0.91% | 0.4% | - |
| HSV(B) | 85.48º | 0.95% | 0.76% | - |
| XYZ | 26.77 | 42.76 | 7.1 | - |
| YUV | 150.18 | 48.33 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 9 | 0.41 | 0 | 0.95 | 0.24 | 85.48 | 0.91 | 0.4 |
| Hex | 74 | C3 | 9 | 29 | 0 | 5F | 18 | 55 | 5B | 28 |
| Octal | 164 | 303 | 11 | 51 | 0 | 137 | 30 | 125 | 133 | 50 |
| Binary | 1110100 | 11000011 | 1001 | 101001 | 0 | 1011111 | 11000 | 1010101 | 1011011 | 101000 |
Color Harmonies of #74C309
Complementary color
Monochromatic Colors of #74C309
Black with #74C309
Text Example
Text Example
White with #74C309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C309; }
p { color: rgb(116,195,9); }
H1.HeaderClassName
{
color: #74C309;
}
.AnyTagClassName
{
color: #74C309;
}
</style>
background-color css
<style>
a { background-color: #74C309; }
a { background-color: rgb(116,195,9); }
div.DivClassName
{
background-color: #74C309;
}
.BgClassName
{
background-color: #74C309;
}
</style>
border-color css
<style>
span { border-color: #74C309; }
span { border-color: rgb(116,195,9); }
td.TdClassName
{
border-color: #74C309;
}
.TagClassName
{
border-color: #74C309;
}
</style>