Shades of De York #84D690
Tints of De York #84D690
RGB
CMYK
RGB Variations
Color information
#84D690 (or 0x84D690) is known color: De York. HEX triplet: 84, D6 and 90. RGB value is (132,214,144). Sum of RGB (Red+Green+Blue) = 132+214+144=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #84D690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D690 is #7B296F. Grayscale: #B5B5B5. Windows color (decimal): -8071536 or 9492100. OLE color: 9492100.
HSL color Cylindrical-coordinate representation of color #84D690: hue angle of 128.78º 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 #84D690 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 144 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.16 |
| HSL | 128.78º | 0.5% | 0.68% | - |
| HSV(B) | 128.78º | 0.38% | 0.84% | - |
| XYZ | 38.6 | 55.01 | 34.97 | - |
| YUV | 181.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 144 | 0.38 | 0 | 0.33 | 0.16 | 128.78 | 0.5 | 0.68 |
| Hex | 84 | D6 | 90 | 26 | 0 | 21 | 10 | 81 | 32 | 44 |
| Octal | 204 | 326 | 220 | 46 | 0 | 41 | 20 | 201 | 62 | 104 |
| Binary | 10000100 | 11010110 | 10010000 | 100110 | 0 | 100001 | 10000 | 10000001 | 110010 | 1000100 |
Color Harmonies of #84D690
Complementary color
Monochromatic Colors of #84D690
Black with #84D690
Text Example
Text Example
White with #84D690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D690; }
p { color: rgb(132,214,144); }
H1.HeaderClassName
{
color: #84D690;
}
.AnyTagClassName
{
color: #84D690;
}
</style>
background-color css
<style>
a { background-color: #84D690; }
a { background-color: rgb(132,214,144); }
div.DivClassName
{
background-color: #84D690;
}
.BgClassName
{
background-color: #84D690;
}
</style>
border-color css
<style>
span { border-color: #84D690; }
span { border-color: rgb(132,214,144); }
td.TdClassName
{
border-color: #84D690;
}
.TagClassName
{
border-color: #84D690;
}
</style>