Shades of De York #81DC8A
Tints of De York #81DC8A
RGB
CMYK
RGB Variations
Color information
#81DC8A (or 0x81DC8A) is known color: De York. HEX triplet: 81, DC and 8A. RGB value is (129,220,138). Sum of RGB (Red+Green+Blue) = 129+220+138=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DC8A is #7E2375. Grayscale: #B7B7B7. Windows color (decimal): -8266614 or 9100417. OLE color: 9100417.
HSL color Cylindrical-coordinate representation of color #81DC8A: hue angle of 125.93º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DC8A is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 138 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.14 |
| HSL | 125.93º | 0.57% | 0.68% | - |
| HSV(B) | 125.93º | 0.41% | 0.86% | - |
| XYZ | 39.23 | 57.69 | 33.11 | - |
| YUV | 183.44 | 102.35 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 138 | 0.41 | 0 | 0.37 | 0.14 | 125.93 | 0.57 | 0.68 |
| Hex | 81 | DC | 8A | 29 | 0 | 25 | E | 7E | 39 | 44 |
| Octal | 201 | 334 | 212 | 51 | 0 | 45 | 16 | 176 | 71 | 104 |
| Binary | 10000001 | 11011100 | 10001010 | 101001 | 0 | 100101 | 1110 | 1111110 | 111001 | 1000100 |
Color Harmonies of #81DC8A
Complementary color
Monochromatic Colors of #81DC8A
Black with #81DC8A
Text Example
Text Example
White with #81DC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DC8A; }
p { color: rgb(129,220,138); }
H1.HeaderClassName
{
color: #81DC8A;
}
.AnyTagClassName
{
color: #81DC8A;
}
</style>
background-color css
<style>
a { background-color: #81DC8A; }
a { background-color: rgb(129,220,138); }
div.DivClassName
{
background-color: #81DC8A;
}
.BgClassName
{
background-color: #81DC8A;
}
</style>
border-color css
<style>
span { border-color: #81DC8A; }
span { border-color: rgb(129,220,138); }
td.TdClassName
{
border-color: #81DC8A;
}
.TagClassName
{
border-color: #81DC8A;
}
</style>