Shades of De York #80D58E
Tints of De York #80D58E
RGB
CMYK
RGB Variations
Color information
#80D58E (or 0x80D58E) is known color: De York. HEX triplet: 80, D5 and 8E. RGB value is (128,213,142). Sum of RGB (Red+Green+Blue) = 128+213+142=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #80D58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D58E is #7F2A71. Grayscale: #B3B3B3. Windows color (decimal): -8333938 or 9360768. OLE color: 9360768.
HSL color Cylindrical-coordinate representation of color #80D58E: hue angle of 129.88º degrees, saturation: 0.5, 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 #80D58E is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 142 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.16 |
| HSL | 129.88º | 0.5% | 0.67% | - |
| HSV(B) | 129.88º | 0.4% | 0.84% | - |
| XYZ | 37.58 | 54.13 | 34.06 | - |
| YUV | 179.49 | 106.84 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 142 | 0.40 | 0 | 0.33 | 0.16 | 129.88 | 0.5 | 0.67 |
| Hex | 80 | D5 | 8E | 28 | 0 | 21 | 10 | 82 | 32 | 43 |
| Octal | 200 | 325 | 216 | 50 | 0 | 41 | 20 | 202 | 62 | 103 |
| Binary | 10000000 | 11010101 | 10001110 | 101000 | 0 | 100001 | 10000 | 10000010 | 110010 | 1000011 |
Color Harmonies of #80D58E
Complementary color
Monochromatic Colors of #80D58E
Black with #80D58E
Text Example
Text Example
White with #80D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D58E; }
p { color: rgb(128,213,142); }
H1.HeaderClassName
{
color: #80D58E;
}
.AnyTagClassName
{
color: #80D58E;
}
</style>
background-color css
<style>
a { background-color: #80D58E; }
a { background-color: rgb(128,213,142); }
div.DivClassName
{
background-color: #80D58E;
}
.BgClassName
{
background-color: #80D58E;
}
</style>
border-color css
<style>
span { border-color: #80D58E; }
span { border-color: rgb(128,213,142); }
td.TdClassName
{
border-color: #80D58E;
}
.TagClassName
{
border-color: #80D58E;
}
</style>