Shades of De York #81D382
Tints of De York #81D382
RGB
CMYK
RGB Variations
Color information
#81D382 (or 0x81D382) is known color: De York. HEX triplet: 81, D3 and 82. RGB value is (129,211,130). Sum of RGB (Red+Green+Blue) = 129+211+130=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #81D382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D382 is #7E2C7D. Grayscale: #B1B1B1. Windows color (decimal): -8268926 or 8573825. OLE color: 8573825.
HSL color Cylindrical-coordinate representation of color #81D382: hue angle of 120.73º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D382 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 211 | 130 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.17 |
| HSL | 120.73º | 0.48% | 0.67% | - |
| HSV(B) | 120.73º | 0.39% | 0.83% | - |
| XYZ | 36.38 | 52.87 | 29.41 | - |
| YUV | 177.25 | 101.33 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 211 | 130 | 0.39 | 0 | 0.38 | 0.17 | 120.73 | 0.48 | 0.67 |
| Hex | 81 | D3 | 82 | 27 | 0 | 26 | 11 | 79 | 30 | 43 |
| Octal | 201 | 323 | 202 | 47 | 0 | 46 | 21 | 171 | 60 | 103 |
| Binary | 10000001 | 11010011 | 10000010 | 100111 | 0 | 100110 | 10001 | 1111001 | 110000 | 1000011 |
Color Harmonies of #81D382
Complementary color
Monochromatic Colors of #81D382
Black with #81D382
Text Example
Text Example
White with #81D382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D382; }
p { color: rgb(129,211,130); }
H1.HeaderClassName
{
color: #81D382;
}
.AnyTagClassName
{
color: #81D382;
}
</style>
background-color css
<style>
a { background-color: #81D382; }
a { background-color: rgb(129,211,130); }
div.DivClassName
{
background-color: #81D382;
}
.BgClassName
{
background-color: #81D382;
}
</style>
border-color css
<style>
span { border-color: #81D382; }
span { border-color: rgb(129,211,130); }
td.TdClassName
{
border-color: #81D382;
}
.TagClassName
{
border-color: #81D382;
}
</style>