Shades of De York #81DA8A
Tints of De York #81DA8A
RGB
CMYK
RGB Variations
Color information
#81DA8A (or 0x81DA8A) is known color: De York. HEX triplet: 81, DA and 8A. RGB value is (129,218,138). Sum of RGB (Red+Green+Blue) = 129+218+138=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DA8A is #7E2575. Grayscale: #B6B6B6. Windows color (decimal): -8267126 or 9099905. OLE color: 9099905.
HSL color Cylindrical-coordinate representation of color #81DA8A: hue angle of 126.07º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DA8A is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 138 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.15 |
| HSL | 126.07º | 0.55% | 0.68% | - |
| HSV(B) | 126.07º | 0.41% | 0.85% | - |
| XYZ | 38.71 | 56.64 | 32.94 | - |
| YUV | 182.27 | 103.01 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 138 | 0.41 | 0 | 0.37 | 0.15 | 126.07 | 0.55 | 0.68 |
| Hex | 81 | DA | 8A | 29 | 0 | 25 | F | 7E | 37 | 44 |
| Octal | 201 | 332 | 212 | 51 | 0 | 45 | 17 | 176 | 67 | 104 |
| Binary | 10000001 | 11011010 | 10001010 | 101001 | 0 | 100101 | 1111 | 1111110 | 110111 | 1000100 |
Color Harmonies of #81DA8A
Complementary color
Monochromatic Colors of #81DA8A
Black with #81DA8A
Text Example
Text Example
White with #81DA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DA8A; }
p { color: rgb(129,218,138); }
H1.HeaderClassName
{
color: #81DA8A;
}
.AnyTagClassName
{
color: #81DA8A;
}
</style>
background-color css
<style>
a { background-color: #81DA8A; }
a { background-color: rgb(129,218,138); }
div.DivClassName
{
background-color: #81DA8A;
}
.BgClassName
{
background-color: #81DA8A;
}
</style>
border-color css
<style>
span { border-color: #81DA8A; }
span { border-color: rgb(129,218,138); }
td.TdClassName
{
border-color: #81DA8A;
}
.TagClassName
{
border-color: #81DA8A;
}
</style>