Shades of De York #80D694
Tints of De York #80D694
RGB
CMYK
RGB Variations
Color information
#80D694 (or 0x80D694) is known color: De York. HEX triplet: 80, D6 and 94. RGB value is (128,214,148). Sum of RGB (Red+Green+Blue) = 128+214+148=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #80D694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D694 is #7F296B. Grayscale: #B4B4B4. Windows color (decimal): -8333676 or 9754240. OLE color: 9754240.
HSL color Cylindrical-coordinate representation of color #80D694: hue angle of 133.95º degrees, saturation: 0.51, 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 #80D694 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 148 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.16 |
| HSL | 133.95º | 0.51% | 0.67% | - |
| HSV(B) | 133.95º | 0.4% | 0.84% | - |
| XYZ | 38.29 | 54.82 | 36.58 | - |
| YUV | 180.76 | 109.51 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 148 | 0.40 | 0 | 0.31 | 0.16 | 133.95 | 0.51 | 0.67 |
| Hex | 80 | D6 | 94 | 28 | 0 | 1F | 10 | 86 | 33 | 43 |
| Octal | 200 | 326 | 224 | 50 | 0 | 37 | 20 | 206 | 63 | 103 |
| Binary | 10000000 | 11010110 | 10010100 | 101000 | 0 | 11111 | 10000 | 10000110 | 110011 | 1000011 |
Color Harmonies of #80D694
Complementary color
Monochromatic Colors of #80D694
Black with #80D694
Text Example
Text Example
White with #80D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D694; }
p { color: rgb(128,214,148); }
H1.HeaderClassName
{
color: #80D694;
}
.AnyTagClassName
{
color: #80D694;
}
</style>
background-color css
<style>
a { background-color: #80D694; }
a { background-color: rgb(128,214,148); }
div.DivClassName
{
background-color: #80D694;
}
.BgClassName
{
background-color: #80D694;
}
</style>
border-color css
<style>
span { border-color: #80D694; }
span { border-color: rgb(128,214,148); }
td.TdClassName
{
border-color: #80D694;
}
.TagClassName
{
border-color: #80D694;
}
</style>