Shades of De York #80C285
Tints of De York #80C285
RGB
CMYK
RGB Variations
Color information
#80C285 (or 0x80C285) is known color: De York. HEX triplet: 80, C2 and 85. RGB value is (128,194,133). Sum of RGB (Red+Green+Blue) = 128+194+133=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #80C285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C285 is #7F3D7A. Grayscale: #A7A7A7. Windows color (decimal): -8338811 or 8766080. OLE color: 8766080.
HSL color Cylindrical-coordinate representation of color #80C285: hue angle of 124.55º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C285 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 194 | 133 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.24 |
| HSL | 124.55º | 0.35% | 0.63% | - |
| HSV(B) | 124.55º | 0.34% | 0.76% | - |
| XYZ | 32.43 | 44.87 | 29.14 | - |
| YUV | 167.31 | 108.63 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 133 | 0.34 | 0 | 0.31 | 0.24 | 124.55 | 0.35 | 0.63 |
| Hex | 80 | C2 | 85 | 22 | 0 | 1F | 18 | 7D | 23 | 3F |
| Octal | 200 | 302 | 205 | 42 | 0 | 37 | 30 | 175 | 43 | 77 |
| Binary | 10000000 | 11000010 | 10000101 | 100010 | 0 | 11111 | 11000 | 1111101 | 100011 | 111111 |
Color Harmonies of #80C285
Complementary color
Monochromatic Colors of #80C285
Black with #80C285
Text Example
Text Example
White with #80C285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C285; }
p { color: rgb(128,194,133); }
H1.HeaderClassName
{
color: #80C285;
}
.AnyTagClassName
{
color: #80C285;
}
</style>
background-color css
<style>
a { background-color: #80C285; }
a { background-color: rgb(128,194,133); }
div.DivClassName
{
background-color: #80C285;
}
.BgClassName
{
background-color: #80C285;
}
</style>
border-color css
<style>
span { border-color: #80C285; }
span { border-color: rgb(128,194,133); }
td.TdClassName
{
border-color: #80C285;
}
.TagClassName
{
border-color: #80C285;
}
</style>