Shades of Christi #74C605
Tints of Christi #74C605
RGB
CMYK
RGB Variations
Color information
#74C605 (or 0x74C605) is known color: Christi. HEX triplet: 74, C6 and 05. RGB value is (116,198,5). Sum of RGB (Red+Green+Blue) = 116+198+5=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 198 (77.73% from 255 or 62.07% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 198 - color contains mainly: green. Hex color #74C605 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C605 is #8B39FA. Grayscale: #989898. Windows color (decimal): -9124347 or 378484. OLE color: 378484.
HSL color Cylindrical-coordinate representation of color #74C605: hue angle of 85.49º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74C605 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 198 | 5 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.22 |
| HSL | 85.49º | 0.95% | 0.4% | - |
| HSV(B) | 85.49º | 0.97% | 0.78% | - |
| XYZ | 27.42 | 44.11 | 7.21 | - |
| YUV | 151.48 | 45.33 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 198 | 5 | 0.41 | 0 | 0.97 | 0.22 | 85.49 | 0.95 | 0.4 |
| Hex | 74 | C6 | 5 | 29 | 0 | 61 | 16 | 55 | 5F | 28 |
| Octal | 164 | 306 | 5 | 51 | 0 | 141 | 26 | 125 | 137 | 50 |
| Binary | 1110100 | 11000110 | 101 | 101001 | 0 | 1100001 | 10110 | 1010101 | 1011111 | 101000 |
Color Harmonies of #74C605
Complementary color
Monochromatic Colors of #74C605
Black with #74C605
Text Example
Text Example
White with #74C605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C605; }
p { color: rgb(116,198,5); }
H1.HeaderClassName
{
color: #74C605;
}
.AnyTagClassName
{
color: #74C605;
}
</style>
background-color css
<style>
a { background-color: #74C605; }
a { background-color: rgb(116,198,5); }
div.DivClassName
{
background-color: #74C605;
}
.BgClassName
{
background-color: #74C605;
}
</style>
border-color css
<style>
span { border-color: #74C605; }
span { border-color: rgb(116,198,5); }
td.TdClassName
{
border-color: #74C605;
}
.TagClassName
{
border-color: #74C605;
}
</style>