Shades of Christi #74C801
Tints of Christi #74C801
RGB
CMYK
RGB Variations
Color information
#74C801 (or 0x74C801) is known color: Christi. HEX triplet: 74, C8 and 01. RGB value is (116,200,1). Sum of RGB (Red+Green+Blue) = 116+200+1=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 200 (78.52% from 255 or 63.09% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 200 - color contains mainly: green. Hex color #74C801 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C801 is #8B37FE. Grayscale: #989898. Windows color (decimal): -9123839 or 116852. OLE color: 116852.
HSL color Cylindrical-coordinate representation of color #74C801: hue angle of 85.33º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74C801 is Cyan = 0.42, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 200 | 1 | - |
| CMYK | 0.42 | 0 | 1.00 | 0.22 |
| HSL | 85.33º | 0.99% | 0.39% | - |
| HSV(B) | 85.33º | 1% | 0.78% | - |
| XYZ | 27.86 | 45.02 | 7.25 | - |
| YUV | 152.2 | 42.67 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 1 | 0.42 | 0 | 1.00 | 0.22 | 85.33 | 0.99 | 0.39 |
| Hex | 74 | C8 | 1 | 2A | 0 | 64 | 16 | 55 | 63 | 27 |
| Octal | 164 | 310 | 1 | 52 | 0 | 144 | 26 | 125 | 143 | 47 |
| Binary | 1110100 | 11001000 | 1 | 101010 | 0 | 1100100 | 10110 | 1010101 | 1100011 | 100111 |
Color Harmonies of #74C801
Complementary color
Monochromatic Colors of #74C801
Black with #74C801
Text Example
Text Example
White with #74C801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C801; }
p { color: rgb(116,200,1); }
H1.HeaderClassName
{
color: #74C801;
}
.AnyTagClassName
{
color: #74C801;
}
</style>
background-color css
<style>
a { background-color: #74C801; }
a { background-color: rgb(116,200,1); }
div.DivClassName
{
background-color: #74C801;
}
.BgClassName
{
background-color: #74C801;
}
</style>
border-color css
<style>
span { border-color: #74C801; }
span { border-color: rgb(116,200,1); }
td.TdClassName
{
border-color: #74C801;
}
.TagClassName
{
border-color: #74C801;
}
</style>