Shades of De York #84D27C
Tints of De York #84D27C
RGB
CMYK
RGB Variations
Color information
#84D27C (or 0x84D27C) is known color: De York. HEX triplet: 84, D2 and 7C. RGB value is (132,210,124). Sum of RGB (Red+Green+Blue) = 132+210+124=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #84D27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D27C is #7B2D83. Grayscale: #B1B1B1. Windows color (decimal): -8072580 or 8180356. OLE color: 8180356.
HSL color Cylindrical-coordinate representation of color #84D27C: hue angle of 114.42º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84D27C is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 210 | 124 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.18 |
| HSL | 114.42º | 0.49% | 0.65% | - |
| HSV(B) | 114.42º | 0.41% | 0.82% | - |
| XYZ | 36.2 | 52.45 | 27.29 | - |
| YUV | 176.87 | 98.16 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 210 | 124 | 0.37 | 0 | 0.41 | 0.18 | 114.42 | 0.49 | 0.65 |
| Hex | 84 | D2 | 7C | 25 | 0 | 29 | 12 | 72 | 31 | 41 |
| Octal | 204 | 322 | 174 | 45 | 0 | 51 | 22 | 162 | 61 | 101 |
| Binary | 10000100 | 11010010 | 1111100 | 100101 | 0 | 101001 | 10010 | 1110010 | 110001 | 1000001 |
Color Harmonies of #84D27C
Complementary color
Monochromatic Colors of #84D27C
Black with #84D27C
Text Example
Text Example
White with #84D27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D27C; }
p { color: rgb(132,210,124); }
H1.HeaderClassName
{
color: #84D27C;
}
.AnyTagClassName
{
color: #84D27C;
}
</style>
background-color css
<style>
a { background-color: #84D27C; }
a { background-color: rgb(132,210,124); }
div.DivClassName
{
background-color: #84D27C;
}
.BgClassName
{
background-color: #84D27C;
}
</style>
border-color css
<style>
span { border-color: #84D27C; }
span { border-color: rgb(132,210,124); }
td.TdClassName
{
border-color: #84D27C;
}
.TagClassName
{
border-color: #84D27C;
}
</style>