Shades of De York #80C97B
Tints of De York #80C97B
RGB
CMYK
RGB Variations
Color information
#80C97B (or 0x80C97B) is known color: De York. HEX triplet: 80, C9 and 7B. RGB value is (128,201,123). Sum of RGB (Red+Green+Blue) = 128+201+123=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #80C97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C97B is #7F3684. Grayscale: #AAAAAA. Windows color (decimal): -8337029 or 8112512. OLE color: 8112512.
HSL color Cylindrical-coordinate representation of color #80C97B: hue angle of 116.15º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80C97B is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 123 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.21 |
| HSL | 116.15º | 0.42% | 0.64% | - |
| HSV(B) | 116.15º | 0.39% | 0.79% | - |
| XYZ | 33.36 | 47.79 | 26.21 | - |
| YUV | 170.28 | 101.32 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 123 | 0.36 | 0 | 0.39 | 0.21 | 116.15 | 0.42 | 0.64 |
| Hex | 80 | C9 | 7B | 24 | 0 | 27 | 15 | 74 | 2A | 40 |
| Octal | 200 | 311 | 173 | 44 | 0 | 47 | 25 | 164 | 52 | 100 |
| Binary | 10000000 | 11001001 | 1111011 | 100100 | 0 | 100111 | 10101 | 1110100 | 101010 | 1000000 |
Color Harmonies of #80C97B
Complementary color
Monochromatic Colors of #80C97B
Black with #80C97B
Text Example
Text Example
White with #80C97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C97B; }
p { color: rgb(128,201,123); }
H1.HeaderClassName
{
color: #80C97B;
}
.AnyTagClassName
{
color: #80C97B;
}
</style>
background-color css
<style>
a { background-color: #80C97B; }
a { background-color: rgb(128,201,123); }
div.DivClassName
{
background-color: #80C97B;
}
.BgClassName
{
background-color: #80C97B;
}
</style>
border-color css
<style>
span { border-color: #80C97B; }
span { border-color: rgb(128,201,123); }
td.TdClassName
{
border-color: #80C97B;
}
.TagClassName
{
border-color: #80C97B;
}
</style>