Shades of De York #81D79A
Tints of De York #81D79A
RGB
CMYK
RGB Variations
Color information
#81D79A (or 0x81D79A) is known color: De York. HEX triplet: 81, D7 and 9A. RGB value is (129,215,154). Sum of RGB (Red+Green+Blue) = 129+215+154=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #81D79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D79A is #7E2865. Grayscale: #B6B6B6. Windows color (decimal): -8267878 or 10147713. OLE color: 10147713.
HSL color Cylindrical-coordinate representation of color #81D79A: hue angle of 137.44º degrees, saturation: 0.52, 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 #81D79A is Cyan = 0.4, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 215 | 154 | - |
| CMYK | 0.4 | 0 | 0.28 | 0.16 |
| HSL | 137.44º | 0.52% | 0.67% | - |
| HSV(B) | 137.44º | 0.4% | 0.84% | - |
| XYZ | 39.19 | 55.6 | 39.24 | - |
| YUV | 182.33 | 112.01 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 215 | 154 | 0.4 | 0 | 0.28 | 0.16 | 137.44 | 0.52 | 0.67 |
| Hex | 81 | D7 | 9A | 28 | 0 | 1C | 10 | 89 | 34 | 43 |
| Octal | 201 | 327 | 232 | 50 | 0 | 34 | 20 | 211 | 64 | 103 |
| Binary | 10000001 | 11010111 | 10011010 | 101000 | 0 | 11100 | 10000 | 10001001 | 110100 | 1000011 |
Color Harmonies of #81D79A
Complementary color
Monochromatic Colors of #81D79A
Black with #81D79A
Text Example
Text Example
White with #81D79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D79A; }
p { color: rgb(129,215,154); }
H1.HeaderClassName
{
color: #81D79A;
}
.AnyTagClassName
{
color: #81D79A;
}
</style>
background-color css
<style>
a { background-color: #81D79A; }
a { background-color: rgb(129,215,154); }
div.DivClassName
{
background-color: #81D79A;
}
.BgClassName
{
background-color: #81D79A;
}
</style>
border-color css
<style>
span { border-color: #81D79A; }
span { border-color: rgb(129,215,154); }
td.TdClassName
{
border-color: #81D79A;
}
.TagClassName
{
border-color: #81D79A;
}
</style>