Shades of De York #80CA7C
Tints of De York #80CA7C
RGB
CMYK
RGB Variations
Color information
#80CA7C (or 0x80CA7C) is known color: De York. HEX triplet: 80, CA and 7C. RGB value is (128,202,124). Sum of RGB (Red+Green+Blue) = 128+202+124=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA7C is #7F3583. Grayscale: #ABABAB. Windows color (decimal): -8336772 or 8178304. OLE color: 8178304.
HSL color Cylindrical-coordinate representation of color #80CA7C: hue angle of 116.92º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80CA7C is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 124 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.21 |
| HSL | 116.92º | 0.42% | 0.64% | - |
| HSV(B) | 116.92º | 0.39% | 0.79% | - |
| XYZ | 33.66 | 48.29 | 26.61 | - |
| YUV | 170.98 | 101.48 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 124 | 0.37 | 0 | 0.39 | 0.21 | 116.92 | 0.42 | 0.64 |
| Hex | 80 | CA | 7C | 25 | 0 | 27 | 15 | 75 | 2A | 40 |
| Octal | 200 | 312 | 174 | 45 | 0 | 47 | 25 | 165 | 52 | 100 |
| Binary | 10000000 | 11001010 | 1111100 | 100101 | 0 | 100111 | 10101 | 1110101 | 101010 | 1000000 |
Color Harmonies of #80CA7C
Complementary color
Monochromatic Colors of #80CA7C
Black with #80CA7C
Text Example
Text Example
White with #80CA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA7C; }
p { color: rgb(128,202,124); }
H1.HeaderClassName
{
color: #80CA7C;
}
.AnyTagClassName
{
color: #80CA7C;
}
</style>
background-color css
<style>
a { background-color: #80CA7C; }
a { background-color: rgb(128,202,124); }
div.DivClassName
{
background-color: #80CA7C;
}
.BgClassName
{
background-color: #80CA7C;
}
</style>
border-color css
<style>
span { border-color: #80CA7C; }
span { border-color: rgb(128,202,124); }
td.TdClassName
{
border-color: #80CA7C;
}
.TagClassName
{
border-color: #80CA7C;
}
</style>