Shades of De York #84D190
Tints of De York #84D190
RGB
CMYK
RGB Variations
Color information
#84D190 (or 0x84D190) is known color: De York. HEX triplet: 84, D1 and 90. RGB value is (132,209,144). Sum of RGB (Red+Green+Blue) = 132+209+144=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #84D190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D190 is #7B2E6F. Grayscale: #B2B2B2. Windows color (decimal): -8072816 or 9490820. OLE color: 9490820.
HSL color Cylindrical-coordinate representation of color #84D190: hue angle of 129.35º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D190 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 209 | 144 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.18 |
| HSL | 129.35º | 0.46% | 0.67% | - |
| HSV(B) | 129.35º | 0.37% | 0.82% | - |
| XYZ | 37.35 | 52.52 | 34.55 | - |
| YUV | 178.57 | 108.49 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 209 | 144 | 0.37 | 0 | 0.31 | 0.18 | 129.35 | 0.46 | 0.67 |
| Hex | 84 | D1 | 90 | 25 | 0 | 1F | 12 | 81 | 2E | 43 |
| Octal | 204 | 321 | 220 | 45 | 0 | 37 | 22 | 201 | 56 | 103 |
| Binary | 10000100 | 11010001 | 10010000 | 100101 | 0 | 11111 | 10010 | 10000001 | 101110 | 1000011 |
Color Harmonies of #84D190
Complementary color
Monochromatic Colors of #84D190
Black with #84D190
Text Example
Text Example
White with #84D190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D190; }
p { color: rgb(132,209,144); }
H1.HeaderClassName
{
color: #84D190;
}
.AnyTagClassName
{
color: #84D190;
}
</style>
background-color css
<style>
a { background-color: #84D190; }
a { background-color: rgb(132,209,144); }
div.DivClassName
{
background-color: #84D190;
}
.BgClassName
{
background-color: #84D190;
}
</style>
border-color css
<style>
span { border-color: #84D190; }
span { border-color: rgb(132,209,144); }
td.TdClassName
{
border-color: #84D190;
}
.TagClassName
{
border-color: #84D190;
}
</style>