Shades of De York #81C28E
Tints of De York #81C28E
RGB
CMYK
RGB Variations
Color information
#81C28E (or 0x81C28E) is known color: De York. HEX triplet: 81, C2 and 8E. RGB value is (129,194,142). Sum of RGB (Red+Green+Blue) = 129+194+142=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #81C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C28E is #7E3D71. Grayscale: #A8A8A8. Windows color (decimal): -8273266 or 9355905. OLE color: 9355905.
HSL color Cylindrical-coordinate representation of color #81C28E: hue angle of 132º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81C28E is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 194 | 142 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.24 |
| HSL | 132º | 0.35% | 0.63% | - |
| HSV(B) | 132º | 0.34% | 0.76% | - |
| XYZ | 33.23 | 45.2 | 32.57 | - |
| YUV | 168.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 194 | 142 | 0.34 | 0 | 0.27 | 0.24 | 132 | 0.35 | 0.63 |
| Hex | 81 | C2 | 8E | 22 | 0 | 1B | 18 | 84 | 23 | 3F |
| Octal | 201 | 302 | 216 | 42 | 0 | 33 | 30 | 204 | 43 | 77 |
| Binary | 10000001 | 11000010 | 10001110 | 100010 | 0 | 11011 | 11000 | 10000100 | 100011 | 111111 |
Color Harmonies of #81C28E
Complementary color
Monochromatic Colors of #81C28E
Black with #81C28E
Text Example
Text Example
White with #81C28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C28E; }
p { color: rgb(129,194,142); }
H1.HeaderClassName
{
color: #81C28E;
}
.AnyTagClassName
{
color: #81C28E;
}
</style>
background-color css
<style>
a { background-color: #81C28E; }
a { background-color: rgb(129,194,142); }
div.DivClassName
{
background-color: #81C28E;
}
.BgClassName
{
background-color: #81C28E;
}
</style>
border-color css
<style>
span { border-color: #81C28E; }
span { border-color: rgb(129,194,142); }
td.TdClassName
{
border-color: #81C28E;
}
.TagClassName
{
border-color: #81C28E;
}
</style>