Shades of De York #80CB8F
Tints of De York #80CB8F
RGB
CMYK
RGB Variations
Color information
#80CB8F (or 0x80CB8F) is known color: De York. HEX triplet: 80, CB and 8F. RGB value is (128,203,143). Sum of RGB (Red+Green+Blue) = 128+203+143=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CB8F is #7F3470. Grayscale: #ADADAD. Windows color (decimal): -8336497 or 9423744. OLE color: 9423744.
HSL color Cylindrical-coordinate representation of color #80CB8F: hue angle of 132º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CB8F is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 143 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.20 |
| HSL | 132º | 0.42% | 0.65% | - |
| HSV(B) | 132º | 0.37% | 0.8% | - |
| XYZ | 35.22 | 49.28 | 33.64 | - |
| YUV | 173.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 143 | 0.37 | 0 | 0.30 | 0.20 | 132 | 0.42 | 0.65 |
| Hex | 80 | CB | 8F | 25 | 0 | 1E | 14 | 84 | 2A | 41 |
| Octal | 200 | 313 | 217 | 45 | 0 | 36 | 24 | 204 | 52 | 101 |
| Binary | 10000000 | 11001011 | 10001111 | 100101 | 0 | 11110 | 10100 | 10000100 | 101010 | 1000001 |
Color Harmonies of #80CB8F
Complementary color
Monochromatic Colors of #80CB8F
Black with #80CB8F
Text Example
Text Example
White with #80CB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB8F; }
p { color: rgb(128,203,143); }
H1.HeaderClassName
{
color: #80CB8F;
}
.AnyTagClassName
{
color: #80CB8F;
}
</style>
background-color css
<style>
a { background-color: #80CB8F; }
a { background-color: rgb(128,203,143); }
div.DivClassName
{
background-color: #80CB8F;
}
.BgClassName
{
background-color: #80CB8F;
}
</style>
border-color css
<style>
span { border-color: #80CB8F; }
span { border-color: rgb(128,203,143); }
td.TdClassName
{
border-color: #80CB8F;
}
.TagClassName
{
border-color: #80CB8F;
}
</style>