Shades of De York #81D394
Tints of De York #81D394
RGB
CMYK
RGB Variations
Color information
#81D394 (or 0x81D394) is known color: De York. HEX triplet: 81, D3 and 94. RGB value is (129,211,148). Sum of RGB (Red+Green+Blue) = 129+211+148=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 211 - color contains mainly: green. Hex color #81D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D394 is #7E2C6B. Grayscale: #B3B3B3. Windows color (decimal): -8268908 or 9753473. OLE color: 9753473.
HSL color Cylindrical-coordinate representation of color #81D394: hue angle of 133.9º 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 #81D394 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 211 | 148 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.17 |
| HSL | 133.9º | 0.48% | 0.67% | - |
| HSV(B) | 133.9º | 0.39% | 0.83% | - |
| XYZ | 37.69 | 53.39 | 36.34 | - |
| YUV | 179.3 | 110.33 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 211 | 148 | 0.39 | 0 | 0.30 | 0.17 | 133.9 | 0.48 | 0.67 |
| Hex | 81 | D3 | 94 | 27 | 0 | 1E | 11 | 86 | 30 | 43 |
| Octal | 201 | 323 | 224 | 47 | 0 | 36 | 21 | 206 | 60 | 103 |
| Binary | 10000001 | 11010011 | 10010100 | 100111 | 0 | 11110 | 10001 | 10000110 | 110000 | 1000011 |
Color Harmonies of #81D394
Complementary color
Monochromatic Colors of #81D394
Black with #81D394
Text Example
Text Example
White with #81D394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D394; }
p { color: rgb(129,211,148); }
H1.HeaderClassName
{
color: #81D394;
}
.AnyTagClassName
{
color: #81D394;
}
</style>
background-color css
<style>
a { background-color: #81D394; }
a { background-color: rgb(129,211,148); }
div.DivClassName
{
background-color: #81D394;
}
.BgClassName
{
background-color: #81D394;
}
</style>
border-color css
<style>
span { border-color: #81D394; }
span { border-color: rgb(129,211,148); }
td.TdClassName
{
border-color: #81D394;
}
.TagClassName
{
border-color: #81D394;
}
</style>