Shades of De York #80CB8A
Tints of De York #80CB8A
RGB
CMYK
RGB Variations
Color information
#80CB8A (or 0x80CB8A) is known color: De York. HEX triplet: 80, CB and 8A. RGB value is (128,203,138). Sum of RGB (Red+Green+Blue) = 128+203+138=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CB8A is #7F3475. Grayscale: #ADADAD. Windows color (decimal): -8336502 or 9096064. OLE color: 9096064.
HSL color Cylindrical-coordinate representation of color #80CB8A: hue angle of 128º 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 #80CB8A is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 138 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.20 |
| HSL | 128º | 0.42% | 0.65% | - |
| HSV(B) | 128º | 0.37% | 0.8% | - |
| XYZ | 34.85 | 49.14 | 31.69 | - |
| YUV | 173.17 | 108.15 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 138 | 0.37 | 0 | 0.32 | 0.20 | 128 | 0.42 | 0.65 |
| Hex | 80 | CB | 8A | 25 | 0 | 20 | 14 | 80 | 2A | 41 |
| Octal | 200 | 313 | 212 | 45 | 0 | 40 | 24 | 200 | 52 | 101 |
| Binary | 10000000 | 11001011 | 10001010 | 100101 | 0 | 100000 | 10100 | 10000000 | 101010 | 1000001 |
Color Harmonies of #80CB8A
Complementary color
Monochromatic Colors of #80CB8A
Black with #80CB8A
Text Example
Text Example
White with #80CB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB8A; }
p { color: rgb(128,203,138); }
H1.HeaderClassName
{
color: #80CB8A;
}
.AnyTagClassName
{
color: #80CB8A;
}
</style>
background-color css
<style>
a { background-color: #80CB8A; }
a { background-color: rgb(128,203,138); }
div.DivClassName
{
background-color: #80CB8A;
}
.BgClassName
{
background-color: #80CB8A;
}
</style>
border-color css
<style>
span { border-color: #80CB8A; }
span { border-color: rgb(128,203,138); }
td.TdClassName
{
border-color: #80CB8A;
}
.TagClassName
{
border-color: #80CB8A;
}
</style>