Shades of De York #84D681
Tints of De York #84D681
RGB
CMYK
RGB Variations
Color information
#84D681 (or 0x84D681) is known color: De York. HEX triplet: 84, D6 and 81. RGB value is (132,214,129). Sum of RGB (Red+Green+Blue) = 132+214+129=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #84D681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D681 is #7B297E. Grayscale: #B4B4B4. Windows color (decimal): -8071551 or 8509060. OLE color: 8509060.
HSL color Cylindrical-coordinate representation of color #84D681: hue angle of 117.88º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84D681 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 129 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.16 |
| HSL | 117.88º | 0.51% | 0.67% | - |
| HSV(B) | 117.88º | 0.4% | 0.84% | - |
| XYZ | 37.52 | 54.58 | 29.33 | - |
| YUV | 179.79 | 99.33 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 129 | 0.38 | 0 | 0.40 | 0.16 | 117.88 | 0.51 | 0.67 |
| Hex | 84 | D6 | 81 | 26 | 0 | 28 | 10 | 76 | 33 | 43 |
| Octal | 204 | 326 | 201 | 46 | 0 | 50 | 20 | 166 | 63 | 103 |
| Binary | 10000100 | 11010110 | 10000001 | 100110 | 0 | 101000 | 10000 | 1110110 | 110011 | 1000011 |
Color Harmonies of #84D681
Complementary color
Monochromatic Colors of #84D681
Black with #84D681
Text Example
Text Example
White with #84D681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D681; }
p { color: rgb(132,214,129); }
H1.HeaderClassName
{
color: #84D681;
}
.AnyTagClassName
{
color: #84D681;
}
</style>
background-color css
<style>
a { background-color: #84D681; }
a { background-color: rgb(132,214,129); }
div.DivClassName
{
background-color: #84D681;
}
.BgClassName
{
background-color: #84D681;
}
</style>
border-color css
<style>
span { border-color: #84D681; }
span { border-color: rgb(132,214,129); }
td.TdClassName
{
border-color: #84D681;
}
.TagClassName
{
border-color: #84D681;
}
</style>