Shades of De York #80D07B
Tints of De York #80D07B
RGB
CMYK
RGB Variations
Color information
#80D07B (or 0x80D07B) is known color: De York. HEX triplet: 80, D0 and 7B. RGB value is (128,208,123). Sum of RGB (Red+Green+Blue) = 128+208+123=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #80D07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D07B is #7F2F84. Grayscale: #AEAEAE. Windows color (decimal): -8335237 or 8114304. OLE color: 8114304.
HSL color Cylindrical-coordinate representation of color #80D07B: hue angle of 116.47º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D07B is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 123 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.18 |
| HSL | 116.47º | 0.47% | 0.65% | - |
| HSV(B) | 116.47º | 0.41% | 0.82% | - |
| XYZ | 35.03 | 51.13 | 26.76 | - |
| YUV | 174.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 123 | 0.38 | 0 | 0.41 | 0.18 | 116.47 | 0.47 | 0.65 |
| Hex | 80 | D0 | 7B | 26 | 0 | 29 | 12 | 74 | 2F | 41 |
| Octal | 200 | 320 | 173 | 46 | 0 | 51 | 22 | 164 | 57 | 101 |
| Binary | 10000000 | 11010000 | 1111011 | 100110 | 0 | 101001 | 10010 | 1110100 | 101111 | 1000001 |
Color Harmonies of #80D07B
Complementary color
Monochromatic Colors of #80D07B
Black with #80D07B
Text Example
Text Example
White with #80D07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D07B; }
p { color: rgb(128,208,123); }
H1.HeaderClassName
{
color: #80D07B;
}
.AnyTagClassName
{
color: #80D07B;
}
</style>
background-color css
<style>
a { background-color: #80D07B; }
a { background-color: rgb(128,208,123); }
div.DivClassName
{
background-color: #80D07B;
}
.BgClassName
{
background-color: #80D07B;
}
</style>
border-color css
<style>
span { border-color: #80D07B; }
span { border-color: rgb(128,208,123); }
td.TdClassName
{
border-color: #80D07B;
}
.TagClassName
{
border-color: #80D07B;
}
</style>