Shades of De York #81DD98
Tints of De York #81DD98
RGB
CMYK
RGB Variations
Color information
#81DD98 (or 0x81DD98) is known color: De York. HEX triplet: 81, DD and 98. RGB value is (129,221,152). Sum of RGB (Red+Green+Blue) = 129+221+152=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DD98 is #7E2267. Grayscale: #B9B9B9. Windows color (decimal): -8266344 or 10018177. OLE color: 10018177.
HSL color Cylindrical-coordinate representation of color #81DD98: hue angle of 135º 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 #81DD98 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 152 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.13 |
| HSL | 135º | 0.58% | 0.69% | - |
| HSV(B) | 135º | 0.42% | 0.87% | - |
| XYZ | 40.58 | 58.65 | 38.89 | - |
| YUV | 185.63 | 109.02 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 152 | 0.42 | 0 | 0.31 | 0.13 | 135 | 0.58 | 0.69 |
| Hex | 81 | DD | 98 | 2A | 0 | 1F | D | 87 | 3A | 45 |
| Octal | 201 | 335 | 230 | 52 | 0 | 37 | 15 | 207 | 72 | 105 |
| Binary | 10000001 | 11011101 | 10011000 | 101010 | 0 | 11111 | 1101 | 10000111 | 111010 | 1000101 |
Color Harmonies of #81DD98
Complementary color
Monochromatic Colors of #81DD98
Black with #81DD98
Text Example
Text Example
White with #81DD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DD98; }
p { color: rgb(129,221,152); }
H1.HeaderClassName
{
color: #81DD98;
}
.AnyTagClassName
{
color: #81DD98;
}
</style>
background-color css
<style>
a { background-color: #81DD98; }
a { background-color: rgb(129,221,152); }
div.DivClassName
{
background-color: #81DD98;
}
.BgClassName
{
background-color: #81DD98;
}
</style>
border-color css
<style>
span { border-color: #81DD98; }
span { border-color: rgb(129,221,152); }
td.TdClassName
{
border-color: #81DD98;
}
.TagClassName
{
border-color: #81DD98;
}
</style>