Shades of De York #80D78A
Tints of De York #80D78A
RGB
CMYK
RGB Variations
Color information
#80D78A (or 0x80D78A) is known color: De York. HEX triplet: 80, D7 and 8A. RGB value is (128,215,138). Sum of RGB (Red+Green+Blue) = 128+215+138=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #80D78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D78A is #7F2875. Grayscale: #B4B4B4. Windows color (decimal): -8333430 or 9099136. OLE color: 9099136.
HSL color Cylindrical-coordinate representation of color #80D78A: hue angle of 126.9º 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 #80D78A is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 138 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.16 |
| HSL | 126.9º | 0.52% | 0.67% | - |
| HSV(B) | 126.9º | 0.4% | 0.84% | - |
| XYZ | 37.79 | 55.03 | 32.67 | - |
| YUV | 180.21 | 104.18 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 138 | 0.40 | 0 | 0.36 | 0.16 | 126.9 | 0.52 | 0.67 |
| Hex | 80 | D7 | 8A | 28 | 0 | 24 | 10 | 7F | 34 | 43 |
| Octal | 200 | 327 | 212 | 50 | 0 | 44 | 20 | 177 | 64 | 103 |
| Binary | 10000000 | 11010111 | 10001010 | 101000 | 0 | 100100 | 10000 | 1111111 | 110100 | 1000011 |
Color Harmonies of #80D78A
Complementary color
Monochromatic Colors of #80D78A
Black with #80D78A
Text Example
Text Example
White with #80D78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D78A; }
p { color: rgb(128,215,138); }
H1.HeaderClassName
{
color: #80D78A;
}
.AnyTagClassName
{
color: #80D78A;
}
</style>
background-color css
<style>
a { background-color: #80D78A; }
a { background-color: rgb(128,215,138); }
div.DivClassName
{
background-color: #80D78A;
}
.BgClassName
{
background-color: #80D78A;
}
</style>
border-color css
<style>
span { border-color: #80D78A; }
span { border-color: rgb(128,215,138); }
td.TdClassName
{
border-color: #80D78A;
}
.TagClassName
{
border-color: #80D78A;
}
</style>