Shades of De York #84D67F
Tints of De York #84D67F
RGB
CMYK
RGB Variations
Color information
#84D67F (or 0x84D67F) is known color: De York. HEX triplet: 84, D6 and 7F. RGB value is (132,214,127). Sum of RGB (Red+Green+Blue) = 132+214+127=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #84D67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D67F is #7B2980. Grayscale: #B3B3B3. Windows color (decimal): -8071553 or 8377988. OLE color: 8377988.
HSL color Cylindrical-coordinate representation of color #84D67F: hue angle of 116.55º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84D67F is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 127 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.16 |
| HSL | 116.55º | 0.51% | 0.67% | - |
| HSV(B) | 116.55º | 0.41% | 0.84% | - |
| XYZ | 37.39 | 54.53 | 28.63 | - |
| YUV | 179.56 | 98.33 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 127 | 0.38 | 0 | 0.41 | 0.16 | 116.55 | 0.51 | 0.67 |
| Hex | 84 | D6 | 7F | 26 | 0 | 29 | 10 | 75 | 33 | 43 |
| Octal | 204 | 326 | 177 | 46 | 0 | 51 | 20 | 165 | 63 | 103 |
| Binary | 10000100 | 11010110 | 1111111 | 100110 | 0 | 101001 | 10000 | 1110101 | 110011 | 1000011 |
Color Harmonies of #84D67F
Complementary color
Monochromatic Colors of #84D67F
Black with #84D67F
Text Example
Text Example
White with #84D67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D67F; }
p { color: rgb(132,214,127); }
H1.HeaderClassName
{
color: #84D67F;
}
.AnyTagClassName
{
color: #84D67F;
}
</style>
background-color css
<style>
a { background-color: #84D67F; }
a { background-color: rgb(132,214,127); }
div.DivClassName
{
background-color: #84D67F;
}
.BgClassName
{
background-color: #84D67F;
}
</style>
border-color css
<style>
span { border-color: #84D67F; }
span { border-color: rgb(132,214,127); }
td.TdClassName
{
border-color: #84D67F;
}
.TagClassName
{
border-color: #84D67F;
}
</style>