Shades of De York #80C678
Tints of De York #80C678
RGB
CMYK
RGB Variations
Color information
#80C678 (or 0x80C678) is known color: De York. HEX triplet: 80, C6 and 78. RGB value is (128,198,120). Sum of RGB (Red+Green+Blue) = 128+198+120=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #80C678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C678 is #7F3987. Grayscale: #A8A8A8. Windows color (decimal): -8337800 or 7915136. OLE color: 7915136.
HSL color Cylindrical-coordinate representation of color #80C678: hue angle of 113.85º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80C678 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 198 | 120 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.22 |
| HSL | 113.85º | 0.41% | 0.62% | - |
| HSV(B) | 113.85º | 0.39% | 0.78% | - |
| XYZ | 32.49 | 46.33 | 25 | - |
| YUV | 168.18 | 100.81 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 120 | 0.35 | 0 | 0.39 | 0.22 | 113.85 | 0.41 | 0.62 |
| Hex | 80 | C6 | 78 | 23 | 0 | 27 | 16 | 72 | 29 | 3E |
| Octal | 200 | 306 | 170 | 43 | 0 | 47 | 26 | 162 | 51 | 76 |
| Binary | 10000000 | 11000110 | 1111000 | 100011 | 0 | 100111 | 10110 | 1110010 | 101001 | 111110 |
Color Harmonies of #80C678
Complementary color
Monochromatic Colors of #80C678
Black with #80C678
Text Example
Text Example
White with #80C678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C678; }
p { color: rgb(128,198,120); }
H1.HeaderClassName
{
color: #80C678;
}
.AnyTagClassName
{
color: #80C678;
}
</style>
background-color css
<style>
a { background-color: #80C678; }
a { background-color: rgb(128,198,120); }
div.DivClassName
{
background-color: #80C678;
}
.BgClassName
{
background-color: #80C678;
}
</style>
border-color css
<style>
span { border-color: #80C678; }
span { border-color: rgb(128,198,120); }
td.TdClassName
{
border-color: #80C678;
}
.TagClassName
{
border-color: #80C678;
}
</style>