Shades of De York #84D292
Tints of De York #84D292
RGB
CMYK
RGB Variations
Color information
#84D292 (or 0x84D292) is known color: De York. HEX triplet: 84, D2 and 92. RGB value is (132,210,146). Sum of RGB (Red+Green+Blue) = 132+210+146=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #84D292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D292 is #7B2D6D. Grayscale: #B3B3B3. Windows color (decimal): -8072558 or 9622148. OLE color: 9622148.
HSL color Cylindrical-coordinate representation of color #84D292: hue angle of 130.77º 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 #84D292 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 210 | 146 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.18 |
| HSL | 130.77º | 0.46% | 0.67% | - |
| HSV(B) | 130.77º | 0.37% | 0.82% | - |
| XYZ | 37.75 | 53.07 | 35.45 | - |
| YUV | 179.38 | 109.16 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 210 | 146 | 0.37 | 0 | 0.30 | 0.18 | 130.77 | 0.46 | 0.67 |
| Hex | 84 | D2 | 92 | 25 | 0 | 1E | 12 | 83 | 2E | 43 |
| Octal | 204 | 322 | 222 | 45 | 0 | 36 | 22 | 203 | 56 | 103 |
| Binary | 10000100 | 11010010 | 10010010 | 100101 | 0 | 11110 | 10010 | 10000011 | 101110 | 1000011 |
Color Harmonies of #84D292
Complementary color
Monochromatic Colors of #84D292
Black with #84D292
Text Example
Text Example
White with #84D292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D292; }
p { color: rgb(132,210,146); }
H1.HeaderClassName
{
color: #84D292;
}
.AnyTagClassName
{
color: #84D292;
}
</style>
background-color css
<style>
a { background-color: #84D292; }
a { background-color: rgb(132,210,146); }
div.DivClassName
{
background-color: #84D292;
}
.BgClassName
{
background-color: #84D292;
}
</style>
border-color css
<style>
span { border-color: #84D292; }
span { border-color: rgb(132,210,146); }
td.TdClassName
{
border-color: #84D292;
}
.TagClassName
{
border-color: #84D292;
}
</style>