Shades of Christi #74C500
Tints of Christi #74C500
RGB
CMYK
RGB Variations
Color information
#74C500 (or 0x74C500) is known color: Christi. HEX triplet: 74, C5 and 00. RGB value is (116,197,0). Sum of RGB (Red+Green+Blue) = 116+197+0=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 197 (77.34% from 255 or 62.94% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 197 - color contains mainly: green. Hex color #74C500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C500 is #8B3AFF. Grayscale: #979797. Windows color (decimal): -9124608 or 50548. OLE color: 50548.
HSL color Cylindrical-coordinate representation of color #74C500: hue angle of 84.67º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74C500 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 197 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.23 |
| HSL | 84.67º | 1% | 0.39% | - |
| HSV(B) | 84.67º | 1% | 0.77% | - |
| XYZ | 27.17 | 43.65 | 6.99 | - |
| YUV | 150.32 | 43.16 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 0 | 0.41 | 0 | 1 | 0.23 | 84.67 | 1 | 0.39 |
| Hex | 74 | C5 | 0 | 29 | 0 | 64 | 17 | 55 | 64 | 27 |
| Octal | 164 | 305 | 0 | 51 | 0 | 144 | 27 | 125 | 144 | 47 |
| Binary | 1110100 | 11000101 | 0 | 101001 | 0 | 1100100 | 10111 | 1010101 | 1100100 | 100111 |
Color Harmonies of #74C500
Complementary color
Monochromatic Colors of #74C500
Black with #74C500
Text Example
Text Example
White with #74C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C500; }
p { color: rgb(116,197,0); }
H1.HeaderClassName
{
color: #74C500;
}
.AnyTagClassName
{
color: #74C500;
}
</style>
background-color css
<style>
a { background-color: #74C500; }
a { background-color: rgb(116,197,0); }
div.DivClassName
{
background-color: #74C500;
}
.BgClassName
{
background-color: #74C500;
}
</style>
border-color css
<style>
span { border-color: #74C500; }
span { border-color: rgb(116,197,0); }
td.TdClassName
{
border-color: #74C500;
}
.TagClassName
{
border-color: #74C500;
}
</style>