Shades of De York #81D292
Tints of De York #81D292
RGB
CMYK
RGB Variations
Color information
#81D292 (or 0x81D292) is known color: De York. HEX triplet: 81, D2 and 92. RGB value is (129,210,146). Sum of RGB (Red+Green+Blue) = 129+210+146=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #81D292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D292 is #7E2D6D. Grayscale: #B2B2B2. Windows color (decimal): -8269166 or 9622145. OLE color: 9622145.
HSL color Cylindrical-coordinate representation of color #81D292: hue angle of 132.59º 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 #81D292 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 210 | 146 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.18 |
| HSL | 132.59º | 0.47% | 0.66% | - |
| HSV(B) | 132.59º | 0.39% | 0.82% | - |
| XYZ | 37.29 | 52.84 | 35.43 | - |
| YUV | 178.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 210 | 146 | 0.39 | 0 | 0.30 | 0.18 | 132.59 | 0.47 | 0.66 |
| Hex | 81 | D2 | 92 | 27 | 0 | 1E | 12 | 85 | 2F | 42 |
| Octal | 201 | 322 | 222 | 47 | 0 | 36 | 22 | 205 | 57 | 102 |
| Binary | 10000001 | 11010010 | 10010010 | 100111 | 0 | 11110 | 10010 | 10000101 | 101111 | 1000010 |
Color Harmonies of #81D292
Complementary color
Monochromatic Colors of #81D292
Black with #81D292
Text Example
Text Example
White with #81D292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D292; }
p { color: rgb(129,210,146); }
H1.HeaderClassName
{
color: #81D292;
}
.AnyTagClassName
{
color: #81D292;
}
</style>
background-color css
<style>
a { background-color: #81D292; }
a { background-color: rgb(129,210,146); }
div.DivClassName
{
background-color: #81D292;
}
.BgClassName
{
background-color: #81D292;
}
</style>
border-color css
<style>
span { border-color: #81D292; }
span { border-color: rgb(129,210,146); }
td.TdClassName
{
border-color: #81D292;
}
.TagClassName
{
border-color: #81D292;
}
</style>