Shades of De York #80C773
Tints of De York #80C773
RGB
CMYK
RGB Variations
Color information
#80C773 (or 0x80C773) is known color: De York. HEX triplet: 80, C7 and 73. RGB value is (128,199,115). Sum of RGB (Red+Green+Blue) = 128+199+115=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 199 - color contains mainly: green. Hex color #80C773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C773 is #7F388C. Grayscale: #A8A8A8. Windows color (decimal): -8337549 or 7587712. OLE color: 7587712.
HSL color Cylindrical-coordinate representation of color #80C773: hue angle of 110.71º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80C773 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 199 | 115 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.22 |
| HSL | 110.71º | 0.43% | 0.62% | - |
| HSV(B) | 110.71º | 0.42% | 0.78% | - |
| XYZ | 32.42 | 46.67 | 23.52 | - |
| YUV | 168.2 | 97.98 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 199 | 115 | 0.36 | 0 | 0.42 | 0.22 | 110.71 | 0.43 | 0.62 |
| Hex | 80 | C7 | 73 | 24 | 0 | 2A | 16 | 6F | 2B | 3E |
| Octal | 200 | 307 | 163 | 44 | 0 | 52 | 26 | 157 | 53 | 76 |
| Binary | 10000000 | 11000111 | 1110011 | 100100 | 0 | 101010 | 10110 | 1101111 | 101011 | 111110 |
Color Harmonies of #80C773
Complementary color
Monochromatic Colors of #80C773
Black with #80C773
Text Example
Text Example
White with #80C773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C773; }
p { color: rgb(128,199,115); }
H1.HeaderClassName
{
color: #80C773;
}
.AnyTagClassName
{
color: #80C773;
}
</style>
background-color css
<style>
a { background-color: #80C773; }
a { background-color: rgb(128,199,115); }
div.DivClassName
{
background-color: #80C773;
}
.BgClassName
{
background-color: #80C773;
}
</style>
border-color css
<style>
span { border-color: #80C773; }
span { border-color: rgb(128,199,115); }
td.TdClassName
{
border-color: #80C773;
}
.TagClassName
{
border-color: #80C773;
}
</style>