Shades of De York #81D07E
Tints of De York #81D07E
RGB
CMYK
RGB Variations
Color information
#81D07E (or 0x81D07E) is known color: De York. HEX triplet: 81, D0 and 7E. RGB value is (129,208,126). Sum of RGB (Red+Green+Blue) = 129+208+126=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #81D07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D07E is #7E2F81. Grayscale: #AFAFAF. Windows color (decimal): -8269698 or 8310913. OLE color: 8310913.
HSL color Cylindrical-coordinate representation of color #81D07E: hue angle of 117.8º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D07E is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 208 | 126 | - |
| CMYK | 0.38 | 0 | 0.39 | 0.18 |
| HSL | 117.8º | 0.47% | 0.65% | - |
| HSV(B) | 117.8º | 0.39% | 0.82% | - |
| XYZ | 35.38 | 51.29 | 27.77 | - |
| YUV | 175.03 | 100.33 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 208 | 126 | 0.38 | 0 | 0.39 | 0.18 | 117.8 | 0.47 | 0.65 |
| Hex | 81 | D0 | 7E | 26 | 0 | 27 | 12 | 76 | 2F | 41 |
| Octal | 201 | 320 | 176 | 46 | 0 | 47 | 22 | 166 | 57 | 101 |
| Binary | 10000001 | 11010000 | 1111110 | 100110 | 0 | 100111 | 10010 | 1110110 | 101111 | 1000001 |
Color Harmonies of #81D07E
Complementary color
Monochromatic Colors of #81D07E
Black with #81D07E
Text Example
Text Example
White with #81D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D07E; }
p { color: rgb(129,208,126); }
H1.HeaderClassName
{
color: #81D07E;
}
.AnyTagClassName
{
color: #81D07E;
}
</style>
background-color css
<style>
a { background-color: #81D07E; }
a { background-color: rgb(129,208,126); }
div.DivClassName
{
background-color: #81D07E;
}
.BgClassName
{
background-color: #81D07E;
}
</style>
border-color css
<style>
span { border-color: #81D07E; }
span { border-color: rgb(129,208,126); }
td.TdClassName
{
border-color: #81D07E;
}
.TagClassName
{
border-color: #81D07E;
}
</style>