Shades of De York #81D192
Tints of De York #81D192
RGB
CMYK
RGB Variations
Color information
#81D192 (or 0x81D192) is known color: De York. HEX triplet: 81, D1 and 92. RGB value is (129,209,146). Sum of RGB (Red+Green+Blue) = 129+209+146=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #81D192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D192 is #7E2E6D. Grayscale: #B2B2B2. Windows color (decimal): -8269422 or 9621889. OLE color: 9621889.
HSL color Cylindrical-coordinate representation of color #81D192: hue angle of 132.75º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81D192 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 209 | 146 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.18 |
| HSL | 132.75º | 0.47% | 0.66% | - |
| HSV(B) | 132.75º | 0.38% | 0.82% | - |
| XYZ | 37.04 | 52.34 | 35.35 | - |
| YUV | 177.9 | 110 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 209 | 146 | 0.38 | 0 | 0.30 | 0.18 | 132.75 | 0.47 | 0.66 |
| Hex | 81 | D1 | 92 | 26 | 0 | 1E | 12 | 85 | 2F | 42 |
| Octal | 201 | 321 | 222 | 46 | 0 | 36 | 22 | 205 | 57 | 102 |
| Binary | 10000001 | 11010001 | 10010010 | 100110 | 0 | 11110 | 10010 | 10000101 | 101111 | 1000010 |
Color Harmonies of #81D192
Complementary color
Monochromatic Colors of #81D192
Black with #81D192
Text Example
Text Example
White with #81D192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D192; }
p { color: rgb(129,209,146); }
H1.HeaderClassName
{
color: #81D192;
}
.AnyTagClassName
{
color: #81D192;
}
</style>
background-color css
<style>
a { background-color: #81D192; }
a { background-color: rgb(129,209,146); }
div.DivClassName
{
background-color: #81D192;
}
.BgClassName
{
background-color: #81D192;
}
</style>
border-color css
<style>
span { border-color: #81D192; }
span { border-color: rgb(129,209,146); }
td.TdClassName
{
border-color: #81D192;
}
.TagClassName
{
border-color: #81D192;
}
</style>