Shades of De York #74C07C
Tints of De York #74C07C
RGB
CMYK
RGB Variations
Color information
#74C07C (or 0x74C07C) is known color: De York. HEX triplet: 74, C0 and 7C. RGB value is (116,192,124). Sum of RGB (Red+Green+Blue) = 116+192+124=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #74C07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C07C is #8B3F83. Grayscale: #A1A1A1. Windows color (decimal): -9125764 or 8175732. OLE color: 8175732.
HSL color Cylindrical-coordinate representation of color #74C07C: hue angle of 126.32º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C07C is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 124 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.25 |
| HSL | 126.32º | 0.38% | 0.6% | - |
| HSV(B) | 126.32º | 0.4% | 0.75% | - |
| XYZ | 29.69 | 42.87 | 25.78 | - |
| YUV | 161.52 | 106.82 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 124 | 0.40 | 0 | 0.35 | 0.25 | 126.32 | 0.38 | 0.6 |
| Hex | 74 | C0 | 7C | 28 | 0 | 23 | 19 | 7E | 26 | 3C |
| Octal | 164 | 300 | 174 | 50 | 0 | 43 | 31 | 176 | 46 | 74 |
| Binary | 1110100 | 11000000 | 1111100 | 101000 | 0 | 100011 | 11001 | 1111110 | 100110 | 111100 |
Color Harmonies of #74C07C
Complementary color
Monochromatic Colors of #74C07C
Black with #74C07C
Text Example
Text Example
White with #74C07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C07C; }
p { color: rgb(116,192,124); }
H1.HeaderClassName
{
color: #74C07C;
}
.AnyTagClassName
{
color: #74C07C;
}
</style>
background-color css
<style>
a { background-color: #74C07C; }
a { background-color: rgb(116,192,124); }
div.DivClassName
{
background-color: #74C07C;
}
.BgClassName
{
background-color: #74C07C;
}
</style>
border-color css
<style>
span { border-color: #74C07C; }
span { border-color: rgb(116,192,124); }
td.TdClassName
{
border-color: #74C07C;
}
.TagClassName
{
border-color: #74C07C;
}
</style>