Shades of De York #80CA7E
Tints of De York #80CA7E
RGB
CMYK
RGB Variations
Color information
#80CA7E (or 0x80CA7E) is known color: De York. HEX triplet: 80, CA and 7E. RGB value is (128,202,126). Sum of RGB (Red+Green+Blue) = 128+202+126=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA7E is #7F3581. Grayscale: #ABABAB. Windows color (decimal): -8336770 or 8309376. OLE color: 8309376.
HSL color Cylindrical-coordinate representation of color #80CA7E: hue angle of 118.42º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CA7E is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 126 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.21 |
| HSL | 118.42º | 0.42% | 0.64% | - |
| HSV(B) | 118.42º | 0.38% | 0.79% | - |
| XYZ | 33.79 | 48.34 | 27.29 | - |
| YUV | 171.21 | 102.48 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 126 | 0.37 | 0 | 0.38 | 0.21 | 118.42 | 0.42 | 0.64 |
| Hex | 80 | CA | 7E | 25 | 0 | 26 | 15 | 76 | 2A | 40 |
| Octal | 200 | 312 | 176 | 45 | 0 | 46 | 25 | 166 | 52 | 100 |
| Binary | 10000000 | 11001010 | 1111110 | 100101 | 0 | 100110 | 10101 | 1110110 | 101010 | 1000000 |
Color Harmonies of #80CA7E
Complementary color
Monochromatic Colors of #80CA7E
Black with #80CA7E
Text Example
Text Example
White with #80CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA7E; }
p { color: rgb(128,202,126); }
H1.HeaderClassName
{
color: #80CA7E;
}
.AnyTagClassName
{
color: #80CA7E;
}
</style>
background-color css
<style>
a { background-color: #80CA7E; }
a { background-color: rgb(128,202,126); }
div.DivClassName
{
background-color: #80CA7E;
}
.BgClassName
{
background-color: #80CA7E;
}
</style>
border-color css
<style>
span { border-color: #80CA7E; }
span { border-color: rgb(128,202,126); }
td.TdClassName
{
border-color: #80CA7E;
}
.TagClassName
{
border-color: #80CA7E;
}
</style>