Shades of De York #80CA8C
Tints of De York #80CA8C
RGB
CMYK
RGB Variations
Color information
#80CA8C (or 0x80CA8C) is known color: De York. HEX triplet: 80, CA and 8C. RGB value is (128,202,140). Sum of RGB (Red+Green+Blue) = 128+202+140=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CA8C is #7F3573. Grayscale: #ACACAC. Windows color (decimal): -8336756 or 9226880. OLE color: 9226880.
HSL color Cylindrical-coordinate representation of color #80CA8C: hue angle of 129.73º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CA8C is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 140 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.21 |
| HSL | 129.73º | 0.41% | 0.65% | - |
| HSV(B) | 129.73º | 0.37% | 0.79% | - |
| XYZ | 34.76 | 48.72 | 32.38 | - |
| YUV | 172.81 | 109.48 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 140 | 0.37 | 0 | 0.31 | 0.21 | 129.73 | 0.41 | 0.65 |
| Hex | 80 | CA | 8C | 25 | 0 | 1F | 15 | 82 | 29 | 41 |
| Octal | 200 | 312 | 214 | 45 | 0 | 37 | 25 | 202 | 51 | 101 |
| Binary | 10000000 | 11001010 | 10001100 | 100101 | 0 | 11111 | 10101 | 10000010 | 101001 | 1000001 |
Color Harmonies of #80CA8C
Complementary color
Monochromatic Colors of #80CA8C
Black with #80CA8C
Text Example
Text Example
White with #80CA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA8C; }
p { color: rgb(128,202,140); }
H1.HeaderClassName
{
color: #80CA8C;
}
.AnyTagClassName
{
color: #80CA8C;
}
</style>
background-color css
<style>
a { background-color: #80CA8C; }
a { background-color: rgb(128,202,140); }
div.DivClassName
{
background-color: #80CA8C;
}
.BgClassName
{
background-color: #80CA8C;
}
</style>
border-color css
<style>
span { border-color: #80CA8C; }
span { border-color: rgb(128,202,140); }
td.TdClassName
{
border-color: #80CA8C;
}
.TagClassName
{
border-color: #80CA8C;
}
</style>