Shades of De York #81DF8A
Tints of De York #81DF8A
RGB
CMYK
RGB Variations
Color information
#81DF8A (or 0x81DF8A) is known color: De York. HEX triplet: 81, DF and 8A. RGB value is (129,223,138). Sum of RGB (Red+Green+Blue) = 129+223+138=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #81DF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DF8A is #7E2075. Grayscale: #B9B9B9. Windows color (decimal): -8265846 or 9101185. OLE color: 9101185.
HSL color Cylindrical-coordinate representation of color #81DF8A: hue angle of 125.74º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DF8A is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 138 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.13 |
| HSL | 125.74º | 0.59% | 0.69% | - |
| HSV(B) | 125.74º | 0.42% | 0.87% | - |
| XYZ | 40.03 | 59.28 | 33.38 | - |
| YUV | 185.2 | 101.36 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 138 | 0.42 | 0 | 0.38 | 0.13 | 125.74 | 0.59 | 0.69 |
| Hex | 81 | DF | 8A | 2A | 0 | 26 | D | 7E | 3B | 45 |
| Octal | 201 | 337 | 212 | 52 | 0 | 46 | 15 | 176 | 73 | 105 |
| Binary | 10000001 | 11011111 | 10001010 | 101010 | 0 | 100110 | 1101 | 1111110 | 111011 | 1000101 |
Color Harmonies of #81DF8A
Complementary color
Monochromatic Colors of #81DF8A
Black with #81DF8A
Text Example
Text Example
White with #81DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DF8A; }
p { color: rgb(129,223,138); }
H1.HeaderClassName
{
color: #81DF8A;
}
.AnyTagClassName
{
color: #81DF8A;
}
</style>
background-color css
<style>
a { background-color: #81DF8A; }
a { background-color: rgb(129,223,138); }
div.DivClassName
{
background-color: #81DF8A;
}
.BgClassName
{
background-color: #81DF8A;
}
</style>
border-color css
<style>
span { border-color: #81DF8A; }
span { border-color: rgb(129,223,138); }
td.TdClassName
{
border-color: #81DF8A;
}
.TagClassName
{
border-color: #81DF8A;
}
</style>