Shades of De York #81C88D
Tints of De York #81C88D
RGB
CMYK
RGB Variations
Color information
#81C88D (or 0x81C88D) is known color: De York. HEX triplet: 81, C8 and 8D. RGB value is (129,200,141). Sum of RGB (Red+Green+Blue) = 129+200+141=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #81C88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C88D is #7E3772. Grayscale: #ACACAC. Windows color (decimal): -8271731 or 9291905. OLE color: 9291905.
HSL color Cylindrical-coordinate representation of color #81C88D: hue angle of 130.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81C88D is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 200 | 141 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.22 |
| HSL | 130.14º | 0.39% | 0.65% | - |
| HSV(B) | 130.14º | 0.36% | 0.78% | - |
| XYZ | 34.52 | 47.9 | 32.63 | - |
| YUV | 172.05 | 110.48 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 200 | 141 | 0.36 | 0 | 0.29 | 0.22 | 130.14 | 0.39 | 0.65 |
| Hex | 81 | C8 | 8D | 24 | 0 | 1D | 16 | 82 | 27 | 41 |
| Octal | 201 | 310 | 215 | 44 | 0 | 35 | 26 | 202 | 47 | 101 |
| Binary | 10000001 | 11001000 | 10001101 | 100100 | 0 | 11101 | 10110 | 10000010 | 100111 | 1000001 |
Color Harmonies of #81C88D
Complementary color
Monochromatic Colors of #81C88D
Black with #81C88D
Text Example
Text Example
White with #81C88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C88D; }
p { color: rgb(129,200,141); }
H1.HeaderClassName
{
color: #81C88D;
}
.AnyTagClassName
{
color: #81C88D;
}
</style>
background-color css
<style>
a { background-color: #81C88D; }
a { background-color: rgb(129,200,141); }
div.DivClassName
{
background-color: #81C88D;
}
.BgClassName
{
background-color: #81C88D;
}
</style>
border-color css
<style>
span { border-color: #81C88D; }
span { border-color: rgb(129,200,141); }
td.TdClassName
{
border-color: #81C88D;
}
.TagClassName
{
border-color: #81C88D;
}
</style>