Shades of De York #81D294
Tints of De York #81D294
RGB
CMYK
RGB Variations
Color information
#81D294 (or 0x81D294) is known color: De York. HEX triplet: 81, D2 and 94. RGB value is (129,210,148). Sum of RGB (Red+Green+Blue) = 129+210+148=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #81D294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D294 is #7E2D6B. Grayscale: #B2B2B2. Windows color (decimal): -8269164 or 9753217. OLE color: 9753217.
HSL color Cylindrical-coordinate representation of color #81D294: hue angle of 134.07º 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 #81D294 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 210 | 148 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.18 |
| HSL | 134.07º | 0.47% | 0.66% | - |
| HSV(B) | 134.07º | 0.39% | 0.82% | - |
| XYZ | 37.45 | 52.9 | 36.25 | - |
| YUV | 178.71 | 110.66 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 210 | 148 | 0.39 | 0 | 0.30 | 0.18 | 134.07 | 0.47 | 0.66 |
| Hex | 81 | D2 | 94 | 27 | 0 | 1E | 12 | 86 | 2F | 42 |
| Octal | 201 | 322 | 224 | 47 | 0 | 36 | 22 | 206 | 57 | 102 |
| Binary | 10000001 | 11010010 | 10010100 | 100111 | 0 | 11110 | 10010 | 10000110 | 101111 | 1000010 |
Color Harmonies of #81D294
Complementary color
Monochromatic Colors of #81D294
Black with #81D294
Text Example
Text Example
White with #81D294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D294; }
p { color: rgb(129,210,148); }
H1.HeaderClassName
{
color: #81D294;
}
.AnyTagClassName
{
color: #81D294;
}
</style>
background-color css
<style>
a { background-color: #81D294; }
a { background-color: rgb(129,210,148); }
div.DivClassName
{
background-color: #81D294;
}
.BgClassName
{
background-color: #81D294;
}
</style>
border-color css
<style>
span { border-color: #81D294; }
span { border-color: rgb(129,210,148); }
td.TdClassName
{
border-color: #81D294;
}
.TagClassName
{
border-color: #81D294;
}
</style>