Shades of De York #84D191
Tints of De York #84D191
RGB
CMYK
RGB Variations
Color information
#84D191 (or 0x84D191) is known color: De York. HEX triplet: 84, D1 and 91. RGB value is (132,209,145). Sum of RGB (Red+Green+Blue) = 132+209+145=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #84D191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D191 is #7B2E6E. Grayscale: #B2B2B2. Windows color (decimal): -8072815 or 9556356. OLE color: 9556356.
HSL color Cylindrical-coordinate representation of color #84D191: hue angle of 130.13º 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 #84D191 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 209 | 145 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.18 |
| HSL | 130.13º | 0.46% | 0.67% | - |
| HSV(B) | 130.13º | 0.37% | 0.82% | - |
| XYZ | 37.43 | 52.55 | 34.96 | - |
| YUV | 178.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 209 | 145 | 0.37 | 0 | 0.31 | 0.18 | 130.13 | 0.46 | 0.67 |
| Hex | 84 | D1 | 91 | 25 | 0 | 1F | 12 | 82 | 2E | 43 |
| Octal | 204 | 321 | 221 | 45 | 0 | 37 | 22 | 202 | 56 | 103 |
| Binary | 10000100 | 11010001 | 10010001 | 100101 | 0 | 11111 | 10010 | 10000010 | 101110 | 1000011 |
Color Harmonies of #84D191
Complementary color
Monochromatic Colors of #84D191
Black with #84D191
Text Example
Text Example
White with #84D191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D191; }
p { color: rgb(132,209,145); }
H1.HeaderClassName
{
color: #84D191;
}
.AnyTagClassName
{
color: #84D191;
}
</style>
background-color css
<style>
a { background-color: #84D191; }
a { background-color: rgb(132,209,145); }
div.DivClassName
{
background-color: #84D191;
}
.BgClassName
{
background-color: #84D191;
}
</style>
border-color css
<style>
span { border-color: #84D191; }
span { border-color: rgb(132,209,145); }
td.TdClassName
{
border-color: #84D191;
}
.TagClassName
{
border-color: #84D191;
}
</style>