Shades of De York #74CC80
Tints of De York #74CC80
RGB
CMYK
RGB Variations
Color information
#74CC80 (or 0x74CC80) is known color: De York. HEX triplet: 74, CC and 80. RGB value is (116,204,128). Sum of RGB (Red+Green+Blue) = 116+204+128=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CC80 is #8B337F. Grayscale: #A9A9A9. Windows color (decimal): -9122688 or 8440948. OLE color: 8440948.
HSL color Cylindrical-coordinate representation of color #74CC80: hue angle of 128.18º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CC80 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 204 | 128 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.2 |
| HSL | 128.18º | 0.46% | 0.63% | - |
| HSV(B) | 128.18º | 0.43% | 0.8% | - |
| XYZ | 32.69 | 48.46 | 28.05 | - |
| YUV | 169.02 | 104.85 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 204 | 128 | 0.43 | 0 | 0.37 | 0.2 | 128.18 | 0.46 | 0.63 |
| Hex | 74 | CC | 80 | 2B | 0 | 25 | 14 | 80 | 2E | 3F |
| Octal | 164 | 314 | 200 | 53 | 0 | 45 | 24 | 200 | 56 | 77 |
| Binary | 1110100 | 11001100 | 10000000 | 101011 | 0 | 100101 | 10100 | 10000000 | 101110 | 111111 |
Color Harmonies of #74CC80
Complementary color
Monochromatic Colors of #74CC80
Black with #74CC80
Text Example
Text Example
White with #74CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CC80; }
p { color: rgb(116,204,128); }
H1.HeaderClassName
{
color: #74CC80;
}
.AnyTagClassName
{
color: #74CC80;
}
</style>
background-color css
<style>
a { background-color: #74CC80; }
a { background-color: rgb(116,204,128); }
div.DivClassName
{
background-color: #74CC80;
}
.BgClassName
{
background-color: #74CC80;
}
</style>
border-color css
<style>
span { border-color: #74CC80; }
span { border-color: rgb(116,204,128); }
td.TdClassName
{
border-color: #74CC80;
}
.TagClassName
{
border-color: #74CC80;
}
</style>