Shades of De York #81D284
Tints of De York #81D284
RGB
CMYK
RGB Variations
Color information
#81D284 (or 0x81D284) is known color: De York. HEX triplet: 81, D2 and 84. RGB value is (129,210,132). Sum of RGB (Red+Green+Blue) = 129+210+132=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #81D284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D284 is #7E2D7B. Grayscale: #B1B1B1. Windows color (decimal): -8269180 or 8704641. OLE color: 8704641.
HSL color Cylindrical-coordinate representation of color #81D284: hue angle of 122.22º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D284 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 210 | 132 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.18 |
| HSL | 122.22º | 0.47% | 0.66% | - |
| HSV(B) | 122.22º | 0.39% | 0.82% | - |
| XYZ | 36.26 | 52.43 | 30.04 | - |
| YUV | 176.89 | 102.66 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 210 | 132 | 0.39 | 0 | 0.37 | 0.18 | 122.22 | 0.47 | 0.66 |
| Hex | 81 | D2 | 84 | 27 | 0 | 25 | 12 | 7A | 2F | 42 |
| Octal | 201 | 322 | 204 | 47 | 0 | 45 | 22 | 172 | 57 | 102 |
| Binary | 10000001 | 11010010 | 10000100 | 100111 | 0 | 100101 | 10010 | 1111010 | 101111 | 1000010 |
Color Harmonies of #81D284
Complementary color
Monochromatic Colors of #81D284
Black with #81D284
Text Example
Text Example
White with #81D284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D284; }
p { color: rgb(129,210,132); }
H1.HeaderClassName
{
color: #81D284;
}
.AnyTagClassName
{
color: #81D284;
}
</style>
background-color css
<style>
a { background-color: #81D284; }
a { background-color: rgb(129,210,132); }
div.DivClassName
{
background-color: #81D284;
}
.BgClassName
{
background-color: #81D284;
}
</style>
border-color css
<style>
span { border-color: #81D284; }
span { border-color: rgb(129,210,132); }
td.TdClassName
{
border-color: #81D284;
}
.TagClassName
{
border-color: #81D284;
}
</style>