Shades of De York #81D183
Tints of De York #81D183
RGB
CMYK
RGB Variations
Color information
#81D183 (or 0x81D183) is known color: De York. HEX triplet: 81, D1 and 83. RGB value is (129,209,131). Sum of RGB (Red+Green+Blue) = 129+209+131=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #81D183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D183 is #7E2E7C. Grayscale: #B0B0B0. Windows color (decimal): -8269437 or 8638849. OLE color: 8638849.
HSL color Cylindrical-coordinate representation of color #81D183: hue angle of 121.5º 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 #81D183 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 209 | 131 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.18 |
| HSL | 121.5º | 0.47% | 0.66% | - |
| HSV(B) | 121.5º | 0.38% | 0.82% | - |
| XYZ | 35.95 | 51.91 | 29.6 | - |
| YUV | 176.19 | 102.5 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 209 | 131 | 0.38 | 0 | 0.37 | 0.18 | 121.5 | 0.47 | 0.66 |
| Hex | 81 | D1 | 83 | 26 | 0 | 25 | 12 | 7A | 2F | 42 |
| Octal | 201 | 321 | 203 | 46 | 0 | 45 | 22 | 172 | 57 | 102 |
| Binary | 10000001 | 11010001 | 10000011 | 100110 | 0 | 100101 | 10010 | 1111010 | 101111 | 1000010 |
Color Harmonies of #81D183
Complementary color
Monochromatic Colors of #81D183
Black with #81D183
Text Example
Text Example
White with #81D183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D183; }
p { color: rgb(129,209,131); }
H1.HeaderClassName
{
color: #81D183;
}
.AnyTagClassName
{
color: #81D183;
}
</style>
background-color css
<style>
a { background-color: #81D183; }
a { background-color: rgb(129,209,131); }
div.DivClassName
{
background-color: #81D183;
}
.BgClassName
{
background-color: #81D183;
}
</style>
border-color css
<style>
span { border-color: #81D183; }
span { border-color: rgb(129,209,131); }
td.TdClassName
{
border-color: #81D183;
}
.TagClassName
{
border-color: #81D183;
}
</style>