Shades of De York #81D57F
Tints of De York #81D57F
RGB
CMYK
RGB Variations
Color information
#81D57F (or 0x81D57F) is known color: De York. HEX triplet: 81, D5 and 7F. RGB value is (129,213,127). Sum of RGB (Red+Green+Blue) = 129+213+127=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #81D57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D57F is #7E2A80. Grayscale: #B2B2B2. Windows color (decimal): -8268417 or 8377729. OLE color: 8377729.
HSL color Cylindrical-coordinate representation of color #81D57F: hue angle of 118.6º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D57F is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 213 | 127 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.16 |
| HSL | 118.6º | 0.51% | 0.67% | - |
| HSV(B) | 118.6º | 0.4% | 0.84% | - |
| XYZ | 36.68 | 53.79 | 28.53 | - |
| YUV | 178.08 | 99.17 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 213 | 127 | 0.39 | 0 | 0.40 | 0.16 | 118.6 | 0.51 | 0.67 |
| Hex | 81 | D5 | 7F | 27 | 0 | 28 | 10 | 77 | 33 | 43 |
| Octal | 201 | 325 | 177 | 47 | 0 | 50 | 20 | 167 | 63 | 103 |
| Binary | 10000001 | 11010101 | 1111111 | 100111 | 0 | 101000 | 10000 | 1110111 | 110011 | 1000011 |
Color Harmonies of #81D57F
Complementary color
Monochromatic Colors of #81D57F
Black with #81D57F
Text Example
Text Example
White with #81D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D57F; }
p { color: rgb(129,213,127); }
H1.HeaderClassName
{
color: #81D57F;
}
.AnyTagClassName
{
color: #81D57F;
}
</style>
background-color css
<style>
a { background-color: #81D57F; }
a { background-color: rgb(129,213,127); }
div.DivClassName
{
background-color: #81D57F;
}
.BgClassName
{
background-color: #81D57F;
}
</style>
border-color css
<style>
span { border-color: #81D57F; }
span { border-color: rgb(129,213,127); }
td.TdClassName
{
border-color: #81D57F;
}
.TagClassName
{
border-color: #81D57F;
}
</style>