Shades of Christi #74C603
Tints of Christi #74C603
RGB
CMYK
RGB Variations
Color information
#74C603 (or 0x74C603) is known color: Christi. HEX triplet: 74, C6 and 03. RGB value is (116,198,3). Sum of RGB (Red+Green+Blue) = 116+198+3=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 198 (77.73% from 255 or 62.46% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 198 - color contains mainly: green. Hex color #74C603 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C603 is #8B39FC. Grayscale: #979797. Windows color (decimal): -9124349 or 247412. OLE color: 247412.
HSL color Cylindrical-coordinate representation of color #74C603: hue angle of 85.23º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74C603 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 198 | 3 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.22 |
| HSL | 85.23º | 0.97% | 0.39% | - |
| HSV(B) | 85.23º | 0.98% | 0.78% | - |
| XYZ | 27.41 | 44.11 | 7.15 | - |
| YUV | 151.25 | 44.33 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 198 | 3 | 0.41 | 0 | 0.98 | 0.22 | 85.23 | 0.97 | 0.39 |
| Hex | 74 | C6 | 3 | 29 | 0 | 62 | 16 | 55 | 61 | 27 |
| Octal | 164 | 306 | 3 | 51 | 0 | 142 | 26 | 125 | 141 | 47 |
| Binary | 1110100 | 11000110 | 11 | 101001 | 0 | 1100010 | 10110 | 1010101 | 1100001 | 100111 |
Color Harmonies of #74C603
Complementary color
Monochromatic Colors of #74C603
Black with #74C603
Text Example
Text Example
White with #74C603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C603; }
p { color: rgb(116,198,3); }
H1.HeaderClassName
{
color: #74C603;
}
.AnyTagClassName
{
color: #74C603;
}
</style>
background-color css
<style>
a { background-color: #74C603; }
a { background-color: rgb(116,198,3); }
div.DivClassName
{
background-color: #74C603;
}
.BgClassName
{
background-color: #74C603;
}
</style>
border-color css
<style>
span { border-color: #74C603; }
span { border-color: rgb(116,198,3); }
td.TdClassName
{
border-color: #74C603;
}
.TagClassName
{
border-color: #74C603;
}
</style>