Shades of De York #81DD92
Tints of De York #81DD92
RGB
CMYK
RGB Variations
Color information
#81DD92 (or 0x81DD92) is known color: De York. HEX triplet: 81, DD and 92. RGB value is (129,221,146). Sum of RGB (Red+Green+Blue) = 129+221+146=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DD92 is #7E226D. Grayscale: #B9B9B9. Windows color (decimal): -8266350 or 9624961. OLE color: 9624961.
HSL color Cylindrical-coordinate representation of color #81DD92: hue angle of 131.09º 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 #81DD92 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 146 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.13 |
| HSL | 131.09º | 0.58% | 0.69% | - |
| HSV(B) | 131.09º | 0.42% | 0.87% | - |
| XYZ | 40.1 | 58.46 | 36.36 | - |
| YUV | 184.94 | 106.02 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 146 | 0.42 | 0 | 0.34 | 0.13 | 131.09 | 0.58 | 0.69 |
| Hex | 81 | DD | 92 | 2A | 0 | 22 | D | 83 | 3A | 45 |
| Octal | 201 | 335 | 222 | 52 | 0 | 42 | 15 | 203 | 72 | 105 |
| Binary | 10000001 | 11011101 | 10010010 | 101010 | 0 | 100010 | 1101 | 10000011 | 111010 | 1000101 |
Color Harmonies of #81DD92
Complementary color
Monochromatic Colors of #81DD92
Black with #81DD92
Text Example
Text Example
White with #81DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DD92; }
p { color: rgb(129,221,146); }
H1.HeaderClassName
{
color: #81DD92;
}
.AnyTagClassName
{
color: #81DD92;
}
</style>
background-color css
<style>
a { background-color: #81DD92; }
a { background-color: rgb(129,221,146); }
div.DivClassName
{
background-color: #81DD92;
}
.BgClassName
{
background-color: #81DD92;
}
</style>
border-color css
<style>
span { border-color: #81DD92; }
span { border-color: rgb(129,221,146); }
td.TdClassName
{
border-color: #81DD92;
}
.TagClassName
{
border-color: #81DD92;
}
</style>