Shades of De York #80D88A
Tints of De York #80D88A
RGB
CMYK
RGB Variations
Color information
#80D88A (or 0x80D88A) is known color: De York. HEX triplet: 80, D8 and 8A. RGB value is (128,216,138). Sum of RGB (Red+Green+Blue) = 128+216+138=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #80D88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D88A is #7F2775. Grayscale: #B5B5B5. Windows color (decimal): -8333174 or 9099392. OLE color: 9099392.
HSL color Cylindrical-coordinate representation of color #80D88A: hue angle of 126.82º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D88A is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 138 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.15 |
| HSL | 126.82º | 0.53% | 0.67% | - |
| HSV(B) | 126.82º | 0.41% | 0.85% | - |
| XYZ | 38.05 | 55.54 | 32.76 | - |
| YUV | 180.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 138 | 0.41 | 0 | 0.36 | 0.15 | 126.82 | 0.53 | 0.67 |
| Hex | 80 | D8 | 8A | 29 | 0 | 24 | F | 7F | 35 | 43 |
| Octal | 200 | 330 | 212 | 51 | 0 | 44 | 17 | 177 | 65 | 103 |
| Binary | 10000000 | 11011000 | 10001010 | 101001 | 0 | 100100 | 1111 | 1111111 | 110101 | 1000011 |
Color Harmonies of #80D88A
Complementary color
Monochromatic Colors of #80D88A
Black with #80D88A
Text Example
Text Example
White with #80D88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D88A; }
p { color: rgb(128,216,138); }
H1.HeaderClassName
{
color: #80D88A;
}
.AnyTagClassName
{
color: #80D88A;
}
</style>
background-color css
<style>
a { background-color: #80D88A; }
a { background-color: rgb(128,216,138); }
div.DivClassName
{
background-color: #80D88A;
}
.BgClassName
{
background-color: #80D88A;
}
</style>
border-color css
<style>
span { border-color: #80D88A; }
span { border-color: rgb(128,216,138); }
td.TdClassName
{
border-color: #80D88A;
}
.TagClassName
{
border-color: #80D88A;
}
</style>