Shades of Christi #74C401
Tints of Christi #74C401
RGB
CMYK
RGB Variations
Color information
#74C401 (or 0x74C401) is known color: Christi. HEX triplet: 74, C4 and 01. RGB value is (116,196,1). Sum of RGB (Red+Green+Blue) = 116+196+1=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 196 (76.95% from 255 or 62.62% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 196 - color contains mainly: green. Hex color #74C401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C401 is #8B3BFE. Grayscale: #969696. Windows color (decimal): -9124863 or 115828. OLE color: 115828.
HSL color Cylindrical-coordinate representation of color #74C401: hue angle of 84.62º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74C401 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 196 | 1 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.23 |
| HSL | 84.62º | 0.99% | 0.39% | - |
| HSV(B) | 84.62º | 0.99% | 0.77% | - |
| XYZ | 26.95 | 43.2 | 6.95 | - |
| YUV | 149.85 | 44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 196 | 1 | 0.41 | 0 | 0.99 | 0.23 | 84.62 | 0.99 | 0.39 |
| Hex | 74 | C4 | 1 | 29 | 0 | 63 | 17 | 55 | 63 | 27 |
| Octal | 164 | 304 | 1 | 51 | 0 | 143 | 27 | 125 | 143 | 47 |
| Binary | 1110100 | 11000100 | 1 | 101001 | 0 | 1100011 | 10111 | 1010101 | 1100011 | 100111 |
Color Harmonies of #74C401
Complementary color
Monochromatic Colors of #74C401
Black with #74C401
Text Example
Text Example
White with #74C401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C401; }
p { color: rgb(116,196,1); }
H1.HeaderClassName
{
color: #74C401;
}
.AnyTagClassName
{
color: #74C401;
}
</style>
background-color css
<style>
a { background-color: #74C401; }
a { background-color: rgb(116,196,1); }
div.DivClassName
{
background-color: #74C401;
}
.BgClassName
{
background-color: #74C401;
}
</style>
border-color css
<style>
span { border-color: #74C401; }
span { border-color: rgb(116,196,1); }
td.TdClassName
{
border-color: #74C401;
}
.TagClassName
{
border-color: #74C401;
}
</style>