Shades of De York #84D57F
Tints of De York #84D57F
RGB
CMYK
RGB Variations
Color information
#84D57F (or 0x84D57F) is known color: De York. HEX triplet: 84, D5 and 7F. RGB value is (132,213,127). Sum of RGB (Red+Green+Blue) = 132+213+127=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #84D57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D57F is #7B2A80. Grayscale: #B3B3B3. Windows color (decimal): -8071809 or 8377732. OLE color: 8377732.
HSL color Cylindrical-coordinate representation of color #84D57F: hue angle of 116.51º 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 #84D57F is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 213 | 127 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.16 |
| HSL | 116.51º | 0.51% | 0.67% | - |
| HSV(B) | 116.51º | 0.4% | 0.84% | - |
| XYZ | 37.14 | 54.03 | 28.55 | - |
| YUV | 178.98 | 98.66 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 213 | 127 | 0.38 | 0 | 0.40 | 0.16 | 116.51 | 0.51 | 0.67 |
| Hex | 84 | D5 | 7F | 26 | 0 | 28 | 10 | 75 | 33 | 43 |
| Octal | 204 | 325 | 177 | 46 | 0 | 50 | 20 | 165 | 63 | 103 |
| Binary | 10000100 | 11010101 | 1111111 | 100110 | 0 | 101000 | 10000 | 1110101 | 110011 | 1000011 |
Color Harmonies of #84D57F
Complementary color
Monochromatic Colors of #84D57F
Black with #84D57F
Text Example
Text Example
White with #84D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D57F; }
p { color: rgb(132,213,127); }
H1.HeaderClassName
{
color: #84D57F;
}
.AnyTagClassName
{
color: #84D57F;
}
</style>
background-color css
<style>
a { background-color: #84D57F; }
a { background-color: rgb(132,213,127); }
div.DivClassName
{
background-color: #84D57F;
}
.BgClassName
{
background-color: #84D57F;
}
</style>
border-color css
<style>
span { border-color: #84D57F; }
span { border-color: rgb(132,213,127); }
td.TdClassName
{
border-color: #84D57F;
}
.TagClassName
{
border-color: #84D57F;
}
</style>