Shades of De York #81D592
Tints of De York #81D592
RGB
CMYK
RGB Variations
Color information
#81D592 (or 0x81D592) is known color: De York. HEX triplet: 81, D5 and 92. RGB value is (129,213,146). Sum of RGB (Red+Green+Blue) = 129+213+146=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #81D592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D592 is #7E2A6D. Grayscale: #B4B4B4. Windows color (decimal): -8268398 or 9622913. OLE color: 9622913.
HSL color Cylindrical-coordinate representation of color #81D592: hue angle of 132.14º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D592 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 213 | 146 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.16 |
| HSL | 132.14º | 0.5% | 0.67% | - |
| HSV(B) | 132.14º | 0.39% | 0.84% | - |
| XYZ | 38.04 | 54.33 | 35.68 | - |
| YUV | 180.25 | 108.67 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 213 | 146 | 0.39 | 0 | 0.31 | 0.16 | 132.14 | 0.5 | 0.67 |
| Hex | 81 | D5 | 92 | 27 | 0 | 1F | 10 | 84 | 32 | 43 |
| Octal | 201 | 325 | 222 | 47 | 0 | 37 | 20 | 204 | 62 | 103 |
| Binary | 10000001 | 11010101 | 10010010 | 100111 | 0 | 11111 | 10000 | 10000100 | 110010 | 1000011 |
Color Harmonies of #81D592
Complementary color
Monochromatic Colors of #81D592
Black with #81D592
Text Example
Text Example
White with #81D592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D592; }
p { color: rgb(129,213,146); }
H1.HeaderClassName
{
color: #81D592;
}
.AnyTagClassName
{
color: #81D592;
}
</style>
background-color css
<style>
a { background-color: #81D592; }
a { background-color: rgb(129,213,146); }
div.DivClassName
{
background-color: #81D592;
}
.BgClassName
{
background-color: #81D592;
}
</style>
border-color css
<style>
span { border-color: #81D592; }
span { border-color: rgb(129,213,146); }
td.TdClassName
{
border-color: #81D592;
}
.TagClassName
{
border-color: #81D592;
}
</style>