Shades of De York #81DD95
Tints of De York #81DD95
RGB
CMYK
RGB Variations
Color information
#81DD95 (or 0x81DD95) is known color: De York. HEX triplet: 81, DD and 95. RGB value is (129,221,149). Sum of RGB (Red+Green+Blue) = 129+221+149=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DD95 is #7E226A. Grayscale: #B9B9B9. Windows color (decimal): -8266347 or 9821569. OLE color: 9821569.
HSL color Cylindrical-coordinate representation of color #81DD95: hue angle of 133.04º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DD95 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 149 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.13 |
| HSL | 133.04º | 0.58% | 0.69% | - |
| HSV(B) | 133.04º | 0.42% | 0.87% | - |
| XYZ | 40.33 | 58.55 | 37.61 | - |
| YUV | 185.28 | 107.52 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 149 | 0.42 | 0 | 0.33 | 0.13 | 133.04 | 0.58 | 0.69 |
| Hex | 81 | DD | 95 | 2A | 0 | 21 | D | 85 | 3A | 45 |
| Octal | 201 | 335 | 225 | 52 | 0 | 41 | 15 | 205 | 72 | 105 |
| Binary | 10000001 | 11011101 | 10010101 | 101010 | 0 | 100001 | 1101 | 10000101 | 111010 | 1000101 |
Color Harmonies of #81DD95
Complementary color
Monochromatic Colors of #81DD95
Black with #81DD95
Text Example
Text Example
White with #81DD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DD95; }
p { color: rgb(129,221,149); }
H1.HeaderClassName
{
color: #81DD95;
}
.AnyTagClassName
{
color: #81DD95;
}
</style>
background-color css
<style>
a { background-color: #81DD95; }
a { background-color: rgb(129,221,149); }
div.DivClassName
{
background-color: #81DD95;
}
.BgClassName
{
background-color: #81DD95;
}
</style>
border-color css
<style>
span { border-color: #81DD95; }
span { border-color: rgb(129,221,149); }
td.TdClassName
{
border-color: #81DD95;
}
.TagClassName
{
border-color: #81DD95;
}
</style>