Shades of De York #80C67D
Tints of De York #80C67D
RGB
CMYK
RGB Variations
Color information
#80C67D (or 0x80C67D) is known color: De York. HEX triplet: 80, C6 and 7D. RGB value is (128,198,125). Sum of RGB (Red+Green+Blue) = 128+198+125=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 198 - color contains mainly: green. Hex color #80C67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C67D is #7F3982. Grayscale: #A8A8A8. Windows color (decimal): -8337795 or 8242816. OLE color: 8242816.
HSL color Cylindrical-coordinate representation of color #80C67D: hue angle of 117.53º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80C67D is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 198 | 125 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.22 |
| HSL | 117.53º | 0.39% | 0.63% | - |
| HSV(B) | 117.53º | 0.37% | 0.78% | - |
| XYZ | 32.8 | 46.46 | 26.64 | - |
| YUV | 168.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 125 | 0.35 | 0 | 0.37 | 0.22 | 117.53 | 0.39 | 0.63 |
| Hex | 80 | C6 | 7D | 23 | 0 | 25 | 16 | 76 | 27 | 3F |
| Octal | 200 | 306 | 175 | 43 | 0 | 45 | 26 | 166 | 47 | 77 |
| Binary | 10000000 | 11000110 | 1111101 | 100011 | 0 | 100101 | 10110 | 1110110 | 100111 | 111111 |
Color Harmonies of #80C67D
Complementary color
Monochromatic Colors of #80C67D
Black with #80C67D
Text Example
Text Example
White with #80C67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C67D; }
p { color: rgb(128,198,125); }
H1.HeaderClassName
{
color: #80C67D;
}
.AnyTagClassName
{
color: #80C67D;
}
</style>
background-color css
<style>
a { background-color: #80C67D; }
a { background-color: rgb(128,198,125); }
div.DivClassName
{
background-color: #80C67D;
}
.BgClassName
{
background-color: #80C67D;
}
</style>
border-color css
<style>
span { border-color: #80C67D; }
span { border-color: rgb(128,198,125); }
td.TdClassName
{
border-color: #80C67D;
}
.TagClassName
{
border-color: #80C67D;
}
</style>