Shades of De York #81D68D
Tints of De York #81D68D
RGB
CMYK
RGB Variations
Color information
#81D68D (or 0x81D68D) is known color: De York. HEX triplet: 81, D6 and 8D. RGB value is (129,214,141). Sum of RGB (Red+Green+Blue) = 129+214+141=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #81D68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D68D is #7E2972. Grayscale: #B4B4B4. Windows color (decimal): -8268147 or 9295489. OLE color: 9295489.
HSL color Cylindrical-coordinate representation of color #81D68D: hue angle of 128.47º 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 #81D68D is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 141 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.16 |
| HSL | 128.47º | 0.51% | 0.67% | - |
| HSV(B) | 128.47º | 0.4% | 0.84% | - |
| XYZ | 37.91 | 54.68 | 33.76 | - |
| YUV | 180.26 | 105.84 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 141 | 0.40 | 0 | 0.34 | 0.16 | 128.47 | 0.51 | 0.67 |
| Hex | 81 | D6 | 8D | 28 | 0 | 22 | 10 | 80 | 33 | 43 |
| Octal | 201 | 326 | 215 | 50 | 0 | 42 | 20 | 200 | 63 | 103 |
| Binary | 10000001 | 11010110 | 10001101 | 101000 | 0 | 100010 | 10000 | 10000000 | 110011 | 1000011 |
Color Harmonies of #81D68D
Complementary color
Monochromatic Colors of #81D68D
Black with #81D68D
Text Example
Text Example
White with #81D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D68D; }
p { color: rgb(129,214,141); }
H1.HeaderClassName
{
color: #81D68D;
}
.AnyTagClassName
{
color: #81D68D;
}
</style>
background-color css
<style>
a { background-color: #81D68D; }
a { background-color: rgb(129,214,141); }
div.DivClassName
{
background-color: #81D68D;
}
.BgClassName
{
background-color: #81D68D;
}
</style>
border-color css
<style>
span { border-color: #81D68D; }
span { border-color: rgb(129,214,141); }
td.TdClassName
{
border-color: #81D68D;
}
.TagClassName
{
border-color: #81D68D;
}
</style>