Shades of De York #80D78E
Tints of De York #80D78E
RGB
CMYK
RGB Variations
Color information
#80D78E (or 0x80D78E) is known color: De York. HEX triplet: 80, D7 and 8E. RGB value is (128,215,142). Sum of RGB (Red+Green+Blue) = 128+215+142=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #80D78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D78E is #7F2871. Grayscale: #B4B4B4. Windows color (decimal): -8333426 or 9361280. OLE color: 9361280.
HSL color Cylindrical-coordinate representation of color #80D78E: hue angle of 129.66º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D78E is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 142 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.16 |
| HSL | 129.66º | 0.52% | 0.67% | - |
| HSV(B) | 129.66º | 0.4% | 0.84% | - |
| XYZ | 38.09 | 55.14 | 34.23 | - |
| YUV | 180.67 | 106.18 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 142 | 0.40 | 0 | 0.34 | 0.16 | 129.66 | 0.52 | 0.67 |
| Hex | 80 | D7 | 8E | 28 | 0 | 22 | 10 | 82 | 34 | 43 |
| Octal | 200 | 327 | 216 | 50 | 0 | 42 | 20 | 202 | 64 | 103 |
| Binary | 10000000 | 11010111 | 10001110 | 101000 | 0 | 100010 | 10000 | 10000010 | 110100 | 1000011 |
Color Harmonies of #80D78E
Complementary color
Monochromatic Colors of #80D78E
Black with #80D78E
Text Example
Text Example
White with #80D78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D78E; }
p { color: rgb(128,215,142); }
H1.HeaderClassName
{
color: #80D78E;
}
.AnyTagClassName
{
color: #80D78E;
}
</style>
background-color css
<style>
a { background-color: #80D78E; }
a { background-color: rgb(128,215,142); }
div.DivClassName
{
background-color: #80D78E;
}
.BgClassName
{
background-color: #80D78E;
}
</style>
border-color css
<style>
span { border-color: #80D78E; }
span { border-color: rgb(128,215,142); }
td.TdClassName
{
border-color: #80D78E;
}
.TagClassName
{
border-color: #80D78E;
}
</style>