Shades of De York #84D98C
Tints of De York #84D98C
RGB
CMYK
RGB Variations
Color information
#84D98C (or 0x84D98C) is known color: De York. HEX triplet: 84, D9 and 8C. RGB value is (132,217,140). Sum of RGB (Red+Green+Blue) = 132+217+140=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #84D98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D98C is #7B2673. Grayscale: #B7B7B7. Windows color (decimal): -8070772 or 9230724. OLE color: 9230724.
HSL color Cylindrical-coordinate representation of color #84D98C: hue angle of 125.65º degrees, saturation: 0.53, 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 #84D98C is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 217 | 140 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.15 |
| HSL | 125.65º | 0.53% | 0.68% | - |
| HSV(B) | 125.65º | 0.39% | 0.85% | - |
| XYZ | 39.06 | 56.42 | 33.64 | - |
| YUV | 182.81 | 103.84 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 140 | 0.39 | 0 | 0.35 | 0.15 | 125.65 | 0.53 | 0.68 |
| Hex | 84 | D9 | 8C | 27 | 0 | 23 | F | 7E | 35 | 44 |
| Octal | 204 | 331 | 214 | 47 | 0 | 43 | 17 | 176 | 65 | 104 |
| Binary | 10000100 | 11011001 | 10001100 | 100111 | 0 | 100011 | 1111 | 1111110 | 110101 | 1000100 |
Color Harmonies of #84D98C
Complementary color
Monochromatic Colors of #84D98C
Black with #84D98C
Text Example
Text Example
White with #84D98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D98C; }
p { color: rgb(132,217,140); }
H1.HeaderClassName
{
color: #84D98C;
}
.AnyTagClassName
{
color: #84D98C;
}
</style>
background-color css
<style>
a { background-color: #84D98C; }
a { background-color: rgb(132,217,140); }
div.DivClassName
{
background-color: #84D98C;
}
.BgClassName
{
background-color: #84D98C;
}
</style>
border-color css
<style>
span { border-color: #84D98C; }
span { border-color: rgb(132,217,140); }
td.TdClassName
{
border-color: #84D98C;
}
.TagClassName
{
border-color: #84D98C;
}
</style>