Shades of De York #84D27F
Tints of De York #84D27F
RGB
CMYK
RGB Variations
Color information
#84D27F (or 0x84D27F) is known color: De York. HEX triplet: 84, D2 and 7F. RGB value is (132,210,127). Sum of RGB (Red+Green+Blue) = 132+210+127=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #84D27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D27F is #7B2D80. Grayscale: #B1B1B1. Windows color (decimal): -8072577 or 8376964. OLE color: 8376964.
HSL color Cylindrical-coordinate representation of color #84D27F: hue angle of 116.39º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84D27F is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 210 | 127 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.18 |
| HSL | 116.39º | 0.48% | 0.66% | - |
| HSV(B) | 116.39º | 0.4% | 0.82% | - |
| XYZ | 36.39 | 52.53 | 28.3 | - |
| YUV | 177.22 | 99.66 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 210 | 127 | 0.37 | 0 | 0.40 | 0.18 | 116.39 | 0.48 | 0.66 |
| Hex | 84 | D2 | 7F | 25 | 0 | 28 | 12 | 74 | 30 | 42 |
| Octal | 204 | 322 | 177 | 45 | 0 | 50 | 22 | 164 | 60 | 102 |
| Binary | 10000100 | 11010010 | 1111111 | 100101 | 0 | 101000 | 10010 | 1110100 | 110000 | 1000010 |
Color Harmonies of #84D27F
Complementary color
Monochromatic Colors of #84D27F
Black with #84D27F
Text Example
Text Example
White with #84D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D27F; }
p { color: rgb(132,210,127); }
H1.HeaderClassName
{
color: #84D27F;
}
.AnyTagClassName
{
color: #84D27F;
}
</style>
background-color css
<style>
a { background-color: #84D27F; }
a { background-color: rgb(132,210,127); }
div.DivClassName
{
background-color: #84D27F;
}
.BgClassName
{
background-color: #84D27F;
}
</style>
border-color css
<style>
span { border-color: #84D27F; }
span { border-color: rgb(132,210,127); }
td.TdClassName
{
border-color: #84D27F;
}
.TagClassName
{
border-color: #84D27F;
}
</style>