Shades of De York #74C080
Tints of De York #74C080
RGB
CMYK
RGB Variations
Color information
#74C080 (or 0x74C080) is known color: De York. HEX triplet: 74, C0 and 80. RGB value is (116,192,128). Sum of RGB (Red+Green+Blue) = 116+192+128=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #74C080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C080 is #8B3F7F. Grayscale: #A2A2A2. Windows color (decimal): -9125760 or 8437876. OLE color: 8437876.
HSL color Cylindrical-coordinate representation of color #74C080: hue angle of 129.47º 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 #74C080 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 128 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.25 |
| HSL | 129.47º | 0.38% | 0.6% | - |
| HSV(B) | 129.47º | 0.4% | 0.75% | - |
| XYZ | 29.95 | 42.97 | 27.14 | - |
| YUV | 161.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 128 | 0.40 | 0 | 0.33 | 0.25 | 129.47 | 0.38 | 0.6 |
| Hex | 74 | C0 | 80 | 28 | 0 | 21 | 19 | 81 | 26 | 3C |
| Octal | 164 | 300 | 200 | 50 | 0 | 41 | 31 | 201 | 46 | 74 |
| Binary | 1110100 | 11000000 | 10000000 | 101000 | 0 | 100001 | 11001 | 10000001 | 100110 | 111100 |
Color Harmonies of #74C080
Complementary color
Monochromatic Colors of #74C080
Black with #74C080
Text Example
Text Example
White with #74C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C080; }
p { color: rgb(116,192,128); }
H1.HeaderClassName
{
color: #74C080;
}
.AnyTagClassName
{
color: #74C080;
}
</style>
background-color css
<style>
a { background-color: #74C080; }
a { background-color: rgb(116,192,128); }
div.DivClassName
{
background-color: #74C080;
}
.BgClassName
{
background-color: #74C080;
}
</style>
border-color css
<style>
span { border-color: #74C080; }
span { border-color: rgb(116,192,128); }
td.TdClassName
{
border-color: #74C080;
}
.TagClassName
{
border-color: #74C080;
}
</style>