Shades of De York #80D299
Tints of De York #80D299
RGB
CMYK
RGB Variations
Color information
#80D299 (or 0x80D299) is known color: De York. HEX triplet: 80, D2 and 99. RGB value is (128,210,153). Sum of RGB (Red+Green+Blue) = 128+210+153=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #80D299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D299 is #7F2D66. Grayscale: #B3B3B3. Windows color (decimal): -8334695 or 10080896. OLE color: 10080896.
HSL color Cylindrical-coordinate representation of color #80D299: hue angle of 138.29º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D299 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 153 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.18 |
| HSL | 138.29º | 0.48% | 0.66% | - |
| HSV(B) | 138.29º | 0.39% | 0.82% | - |
| XYZ | 37.7 | 52.98 | 38.38 | - |
| YUV | 178.98 | 113.33 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 153 | 0.39 | 0 | 0.27 | 0.18 | 138.29 | 0.48 | 0.66 |
| Hex | 80 | D2 | 99 | 27 | 0 | 1B | 12 | 8A | 30 | 42 |
| Octal | 200 | 322 | 231 | 47 | 0 | 33 | 22 | 212 | 60 | 102 |
| Binary | 10000000 | 11010010 | 10011001 | 100111 | 0 | 11011 | 10010 | 10001010 | 110000 | 1000010 |
Color Harmonies of #80D299
Complementary color
Monochromatic Colors of #80D299
Black with #80D299
Text Example
Text Example
White with #80D299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D299; }
p { color: rgb(128,210,153); }
H1.HeaderClassName
{
color: #80D299;
}
.AnyTagClassName
{
color: #80D299;
}
</style>
background-color css
<style>
a { background-color: #80D299; }
a { background-color: rgb(128,210,153); }
div.DivClassName
{
background-color: #80D299;
}
.BgClassName
{
background-color: #80D299;
}
</style>
border-color css
<style>
span { border-color: #80D299; }
span { border-color: rgb(128,210,153); }
td.TdClassName
{
border-color: #80D299;
}
.TagClassName
{
border-color: #80D299;
}
</style>