Shades of De York #80C27C
Tints of De York #80C27C
RGB
CMYK
RGB Variations
Color information
#80C27C (or 0x80C27C) is known color: De York. HEX triplet: 80, C2 and 7C. RGB value is (128,194,124). Sum of RGB (Red+Green+Blue) = 128+194+124=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #80C27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C27C is #7F3D83. Grayscale: #A6A6A6. Windows color (decimal): -8338820 or 8176256. OLE color: 8176256.
HSL color Cylindrical-coordinate representation of color #80C27C: hue angle of 116.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C27C is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 194 | 124 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.24 |
| HSL | 116.57º | 0.36% | 0.62% | - |
| HSV(B) | 116.57º | 0.36% | 0.76% | - |
| XYZ | 31.83 | 44.63 | 26.01 | - |
| YUV | 166.29 | 104.13 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 124 | 0.34 | 0 | 0.36 | 0.24 | 116.57 | 0.36 | 0.62 |
| Hex | 80 | C2 | 7C | 22 | 0 | 24 | 18 | 75 | 24 | 3E |
| Octal | 200 | 302 | 174 | 42 | 0 | 44 | 30 | 165 | 44 | 76 |
| Binary | 10000000 | 11000010 | 1111100 | 100010 | 0 | 100100 | 11000 | 1110101 | 100100 | 111110 |
Color Harmonies of #80C27C
Complementary color
Monochromatic Colors of #80C27C
Black with #80C27C
Text Example
Text Example
White with #80C27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C27C; }
p { color: rgb(128,194,124); }
H1.HeaderClassName
{
color: #80C27C;
}
.AnyTagClassName
{
color: #80C27C;
}
</style>
background-color css
<style>
a { background-color: #80C27C; }
a { background-color: rgb(128,194,124); }
div.DivClassName
{
background-color: #80C27C;
}
.BgClassName
{
background-color: #80C27C;
}
</style>
border-color css
<style>
span { border-color: #80C27C; }
span { border-color: rgb(128,194,124); }
td.TdClassName
{
border-color: #80C27C;
}
.TagClassName
{
border-color: #80C27C;
}
</style>