Shades of De York #81D690
Tints of De York #81D690
RGB
CMYK
RGB Variations
Color information
#81D690 (or 0x81D690) is known color: De York. HEX triplet: 81, D6 and 90. RGB value is (129,214,144). Sum of RGB (Red+Green+Blue) = 129+214+144=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #81D690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D690 is #7E296F. Grayscale: #B4B4B4. Windows color (decimal): -8268144 or 9492097. OLE color: 9492097.
HSL color Cylindrical-coordinate representation of color #81D690: hue angle of 130.59º 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 #81D690 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 144 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.16 |
| HSL | 130.59º | 0.51% | 0.67% | - |
| HSV(B) | 130.59º | 0.4% | 0.84% | - |
| XYZ | 38.13 | 54.77 | 34.95 | - |
| YUV | 180.61 | 107.34 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 144 | 0.40 | 0 | 0.33 | 0.16 | 130.59 | 0.51 | 0.67 |
| Hex | 81 | D6 | 90 | 28 | 0 | 21 | 10 | 83 | 33 | 43 |
| Octal | 201 | 326 | 220 | 50 | 0 | 41 | 20 | 203 | 63 | 103 |
| Binary | 10000001 | 11010110 | 10010000 | 101000 | 0 | 100001 | 10000 | 10000011 | 110011 | 1000011 |
Color Harmonies of #81D690
Complementary color
Monochromatic Colors of #81D690
Black with #81D690
Text Example
Text Example
White with #81D690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D690; }
p { color: rgb(129,214,144); }
H1.HeaderClassName
{
color: #81D690;
}
.AnyTagClassName
{
color: #81D690;
}
</style>
background-color css
<style>
a { background-color: #81D690; }
a { background-color: rgb(129,214,144); }
div.DivClassName
{
background-color: #81D690;
}
.BgClassName
{
background-color: #81D690;
}
</style>
border-color css
<style>
span { border-color: #81D690; }
span { border-color: rgb(129,214,144); }
td.TdClassName
{
border-color: #81D690;
}
.TagClassName
{
border-color: #81D690;
}
</style>