Shades of De York #81CD8B
Tints of De York #81CD8B
RGB
CMYK
RGB Variations
Color information
#81CD8B (or 0x81CD8B) is known color: De York. HEX triplet: 81, CD and 8B. RGB value is (129,205,139). Sum of RGB (Red+Green+Blue) = 129+205+139=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #81CD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CD8B is #7E3274. Grayscale: #AEAEAE. Windows color (decimal): -8270453 or 9162113. OLE color: 9162113.
HSL color Cylindrical-coordinate representation of color #81CD8B: hue angle of 127.89º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81CD8B is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 205 | 139 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.20 |
| HSL | 127.89º | 0.43% | 0.65% | - |
| HSV(B) | 127.89º | 0.37% | 0.8% | - |
| XYZ | 35.54 | 50.19 | 32.24 | - |
| YUV | 174.75 | 107.82 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 205 | 139 | 0.37 | 0 | 0.32 | 0.20 | 127.89 | 0.43 | 0.65 |
| Hex | 81 | CD | 8B | 25 | 0 | 20 | 14 | 80 | 2B | 41 |
| Octal | 201 | 315 | 213 | 45 | 0 | 40 | 24 | 200 | 53 | 101 |
| Binary | 10000001 | 11001101 | 10001011 | 100101 | 0 | 100000 | 10100 | 10000000 | 101011 | 1000001 |
Color Harmonies of #81CD8B
Complementary color
Monochromatic Colors of #81CD8B
Black with #81CD8B
Text Example
Text Example
White with #81CD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CD8B; }
p { color: rgb(129,205,139); }
H1.HeaderClassName
{
color: #81CD8B;
}
.AnyTagClassName
{
color: #81CD8B;
}
</style>
background-color css
<style>
a { background-color: #81CD8B; }
a { background-color: rgb(129,205,139); }
div.DivClassName
{
background-color: #81CD8B;
}
.BgClassName
{
background-color: #81CD8B;
}
</style>
border-color css
<style>
span { border-color: #81CD8B; }
span { border-color: rgb(129,205,139); }
td.TdClassName
{
border-color: #81CD8B;
}
.TagClassName
{
border-color: #81CD8B;
}
</style>