Shades of De York #81D491
Tints of De York #81D491
RGB
CMYK
RGB Variations
Color information
#81D491 (or 0x81D491) is known color: De York. HEX triplet: 81, D4 and 91. RGB value is (129,212,145). Sum of RGB (Red+Green+Blue) = 129+212+145=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 212 - color contains mainly: green. Hex color #81D491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D491 is #7E2B6E. Grayscale: #B3B3B3. Windows color (decimal): -8268655 or 9557121. OLE color: 9557121.
HSL color Cylindrical-coordinate representation of color #81D491: hue angle of 131.57º degrees, saturation: 0.49, 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 #81D491 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 212 | 145 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.17 |
| HSL | 131.57º | 0.49% | 0.67% | - |
| HSV(B) | 131.57º | 0.39% | 0.83% | - |
| XYZ | 37.71 | 53.8 | 35.18 | - |
| YUV | 179.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 212 | 145 | 0.39 | 0 | 0.32 | 0.17 | 131.57 | 0.49 | 0.67 |
| Hex | 81 | D4 | 91 | 27 | 0 | 20 | 11 | 84 | 31 | 43 |
| Octal | 201 | 324 | 221 | 47 | 0 | 40 | 21 | 204 | 61 | 103 |
| Binary | 10000001 | 11010100 | 10010001 | 100111 | 0 | 100000 | 10001 | 10000100 | 110001 | 1000011 |
Color Harmonies of #81D491
Complementary color
Monochromatic Colors of #81D491
Black with #81D491
Text Example
Text Example
White with #81D491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D491; }
p { color: rgb(129,212,145); }
H1.HeaderClassName
{
color: #81D491;
}
.AnyTagClassName
{
color: #81D491;
}
</style>
background-color css
<style>
a { background-color: #81D491; }
a { background-color: rgb(129,212,145); }
div.DivClassName
{
background-color: #81D491;
}
.BgClassName
{
background-color: #81D491;
}
</style>
border-color css
<style>
span { border-color: #81D491; }
span { border-color: rgb(129,212,145); }
td.TdClassName
{
border-color: #81D491;
}
.TagClassName
{
border-color: #81D491;
}
</style>