Shades of Christi #74C803
Tints of Christi #74C803
RGB
CMYK
RGB Variations
Color information
#74C803 (or 0x74C803) is known color: Christi. HEX triplet: 74, C8 and 03. RGB value is (116,200,3). Sum of RGB (Red+Green+Blue) = 116+200+3=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #74C803 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C803 is #8B37FC. Grayscale: #999999. Windows color (decimal): -9123837 or 247924. OLE color: 247924.
HSL color Cylindrical-coordinate representation of color #74C803: hue angle of 85.58º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74C803 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 200 | 3 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.22 |
| HSL | 85.58º | 0.97% | 0.4% | - |
| HSV(B) | 85.58º | 0.99% | 0.78% | - |
| XYZ | 27.87 | 45.03 | 7.31 | - |
| YUV | 152.43 | 43.67 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 3 | 0.42 | 0 | 0.98 | 0.22 | 85.58 | 0.97 | 0.4 |
| Hex | 74 | C8 | 3 | 2A | 0 | 62 | 16 | 56 | 61 | 28 |
| Octal | 164 | 310 | 3 | 52 | 0 | 142 | 26 | 126 | 141 | 50 |
| Binary | 1110100 | 11001000 | 11 | 101010 | 0 | 1100010 | 10110 | 1010110 | 1100001 | 101000 |
Color Harmonies of #74C803
Complementary color
Monochromatic Colors of #74C803
Black with #74C803
Text Example
Text Example
White with #74C803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C803; }
p { color: rgb(116,200,3); }
H1.HeaderClassName
{
color: #74C803;
}
.AnyTagClassName
{
color: #74C803;
}
</style>
background-color css
<style>
a { background-color: #74C803; }
a { background-color: rgb(116,200,3); }
div.DivClassName
{
background-color: #74C803;
}
.BgClassName
{
background-color: #74C803;
}
</style>
border-color css
<style>
span { border-color: #74C803; }
span { border-color: rgb(116,200,3); }
td.TdClassName
{
border-color: #74C803;
}
.TagClassName
{
border-color: #74C803;
}
</style>