Shades of De York #80C47D
Tints of De York #80C47D
RGB
CMYK
RGB Variations
Color information
#80C47D (or 0x80C47D) is known color: De York. HEX triplet: 80, C4 and 7D. RGB value is (128,196,125). Sum of RGB (Red+Green+Blue) = 128+196+125=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #80C47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C47D is #7F3B82. Grayscale: #A7A7A7. Windows color (decimal): -8338307 or 8242304. OLE color: 8242304.
HSL color Cylindrical-coordinate representation of color #80C47D: hue angle of 117.46º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C47D is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 196 | 125 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.23 |
| HSL | 117.46º | 0.38% | 0.63% | - |
| HSV(B) | 117.46º | 0.36% | 0.77% | - |
| XYZ | 32.34 | 45.55 | 26.49 | - |
| YUV | 167.57 | 103.97 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 196 | 125 | 0.35 | 0 | 0.36 | 0.23 | 117.46 | 0.38 | 0.63 |
| Hex | 80 | C4 | 7D | 23 | 0 | 24 | 17 | 75 | 26 | 3F |
| Octal | 200 | 304 | 175 | 43 | 0 | 44 | 27 | 165 | 46 | 77 |
| Binary | 10000000 | 11000100 | 1111101 | 100011 | 0 | 100100 | 10111 | 1110101 | 100110 | 111111 |
Color Harmonies of #80C47D
Complementary color
Monochromatic Colors of #80C47D
Black with #80C47D
Text Example
Text Example
White with #80C47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C47D; }
p { color: rgb(128,196,125); }
H1.HeaderClassName
{
color: #80C47D;
}
.AnyTagClassName
{
color: #80C47D;
}
</style>
background-color css
<style>
a { background-color: #80C47D; }
a { background-color: rgb(128,196,125); }
div.DivClassName
{
background-color: #80C47D;
}
.BgClassName
{
background-color: #80C47D;
}
</style>
border-color css
<style>
span { border-color: #80C47D; }
span { border-color: rgb(128,196,125); }
td.TdClassName
{
border-color: #80C47D;
}
.TagClassName
{
border-color: #80C47D;
}
</style>