Shades of De York #84D698
Tints of De York #84D698
RGB
CMYK
RGB Variations
Color information
#84D698 (or 0x84D698) is known color: De York. HEX triplet: 84, D6 and 98. RGB value is (132,214,152). Sum of RGB (Red+Green+Blue) = 132+214+152=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #84D698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D698 is #7B2967. Grayscale: #B6B6B6. Windows color (decimal): -8071528 or 10016388. OLE color: 10016388.
HSL color Cylindrical-coordinate representation of color #84D698: hue angle of 134.63º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D698 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 152 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.16 |
| HSL | 134.63º | 0.5% | 0.68% | - |
| HSV(B) | 134.63º | 0.38% | 0.84% | - |
| XYZ | 39.23 | 55.27 | 38.31 | - |
| YUV | 182.41 | 110.83 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 152 | 0.38 | 0 | 0.29 | 0.16 | 134.63 | 0.5 | 0.68 |
| Hex | 84 | D6 | 98 | 26 | 0 | 1D | 10 | 87 | 32 | 44 |
| Octal | 204 | 326 | 230 | 46 | 0 | 35 | 20 | 207 | 62 | 104 |
| Binary | 10000100 | 11010110 | 10011000 | 100110 | 0 | 11101 | 10000 | 10000111 | 110010 | 1000100 |
Color Harmonies of #84D698
Complementary color
Monochromatic Colors of #84D698
Black with #84D698
Text Example
Text Example
White with #84D698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D698; }
p { color: rgb(132,214,152); }
H1.HeaderClassName
{
color: #84D698;
}
.AnyTagClassName
{
color: #84D698;
}
</style>
background-color css
<style>
a { background-color: #84D698; }
a { background-color: rgb(132,214,152); }
div.DivClassName
{
background-color: #84D698;
}
.BgClassName
{
background-color: #84D698;
}
</style>
border-color css
<style>
span { border-color: #84D698; }
span { border-color: rgb(132,214,152); }
td.TdClassName
{
border-color: #84D698;
}
.TagClassName
{
border-color: #84D698;
}
</style>