Shades of De York #84D890
Tints of De York #84D890
RGB
CMYK
RGB Variations
Color information
#84D890 (or 0x84D890) is known color: De York. HEX triplet: 84, D8 and 90. RGB value is (132,216,144). Sum of RGB (Red+Green+Blue) = 132+216+144=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #84D890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D890 is #7B276F. Grayscale: #B6B6B6. Windows color (decimal): -8071024 or 9492612. OLE color: 9492612.
HSL color Cylindrical-coordinate representation of color #84D890: hue angle of 128.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D890 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 144 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.15 |
| HSL | 128.57º | 0.52% | 0.68% | - |
| HSV(B) | 128.57º | 0.39% | 0.85% | - |
| XYZ | 39.11 | 56.03 | 35.14 | - |
| YUV | 182.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 144 | 0.39 | 0 | 0.33 | 0.15 | 128.57 | 0.52 | 0.68 |
| Hex | 84 | D8 | 90 | 27 | 0 | 21 | F | 81 | 34 | 44 |
| Octal | 204 | 330 | 220 | 47 | 0 | 41 | 17 | 201 | 64 | 104 |
| Binary | 10000100 | 11011000 | 10010000 | 100111 | 0 | 100001 | 1111 | 10000001 | 110100 | 1000100 |
Color Harmonies of #84D890
Complementary color
Monochromatic Colors of #84D890
Black with #84D890
Text Example
Text Example
White with #84D890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D890; }
p { color: rgb(132,216,144); }
H1.HeaderClassName
{
color: #84D890;
}
.AnyTagClassName
{
color: #84D890;
}
</style>
background-color css
<style>
a { background-color: #84D890; }
a { background-color: rgb(132,216,144); }
div.DivClassName
{
background-color: #84D890;
}
.BgClassName
{
background-color: #84D890;
}
</style>
border-color css
<style>
span { border-color: #84D890; }
span { border-color: rgb(132,216,144); }
td.TdClassName
{
border-color: #84D890;
}
.TagClassName
{
border-color: #84D890;
}
</style>