Shades of De York #84D785
Tints of De York #84D785
RGB
CMYK
RGB Variations
Color information
#84D785 (or 0x84D785) is known color: De York. HEX triplet: 84, D7 and 85. RGB value is (132,215,133). Sum of RGB (Red+Green+Blue) = 132+215+133=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #84D785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D785 is #7B287A. Grayscale: #B5B5B5. Windows color (decimal): -8071291 or 8771460. OLE color: 8771460.
HSL color Cylindrical-coordinate representation of color #84D785: hue angle of 120.72º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D785 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 215 | 133 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.16 |
| HSL | 120.72º | 0.51% | 0.68% | - |
| HSV(B) | 120.72º | 0.39% | 0.84% | - |
| XYZ | 38.05 | 55.2 | 30.84 | - |
| YUV | 180.84 | 101 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 215 | 133 | 0.39 | 0 | 0.38 | 0.16 | 120.72 | 0.51 | 0.68 |
| Hex | 84 | D7 | 85 | 27 | 0 | 26 | 10 | 79 | 33 | 44 |
| Octal | 204 | 327 | 205 | 47 | 0 | 46 | 20 | 171 | 63 | 104 |
| Binary | 10000100 | 11010111 | 10000101 | 100111 | 0 | 100110 | 10000 | 1111001 | 110011 | 1000100 |
Color Harmonies of #84D785
Complementary color
Monochromatic Colors of #84D785
Black with #84D785
Text Example
Text Example
White with #84D785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D785; }
p { color: rgb(132,215,133); }
H1.HeaderClassName
{
color: #84D785;
}
.AnyTagClassName
{
color: #84D785;
}
</style>
background-color css
<style>
a { background-color: #84D785; }
a { background-color: rgb(132,215,133); }
div.DivClassName
{
background-color: #84D785;
}
.BgClassName
{
background-color: #84D785;
}
</style>
border-color css
<style>
span { border-color: #84D785; }
span { border-color: rgb(132,215,133); }
td.TdClassName
{
border-color: #84D785;
}
.TagClassName
{
border-color: #84D785;
}
</style>