Shades of De York #84BA7F
Tints of De York #84BA7F
RGB
CMYK
RGB Variations
Color information
#84BA7F (or 0x84BA7F) is known color: De York. HEX triplet: 84, BA and 7F. RGB value is (132,186,127). Sum of RGB (Red+Green+Blue) = 132+186+127=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA7F is #7B4580. Grayscale: #A3A3A3. Windows color (decimal): -8078721 or 8370820. OLE color: 8370820.
HSL color Cylindrical-coordinate representation of color #84BA7F: hue angle of 114.92º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84BA7F is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 127 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.27 |
| HSL | 114.92º | 0.3% | 0.61% | - |
| HSV(B) | 114.92º | 0.32% | 0.73% | - |
| XYZ | 30.91 | 41.56 | 26.47 | - |
| YUV | 163.13 | 107.61 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 127 | 0.29 | 0 | 0.32 | 0.27 | 114.92 | 0.3 | 0.61 |
| Hex | 84 | BA | 7F | 1D | 0 | 20 | 1B | 73 | 1E | 3D |
| Octal | 204 | 272 | 177 | 35 | 0 | 40 | 33 | 163 | 36 | 75 |
| Binary | 10000100 | 10111010 | 1111111 | 11101 | 0 | 100000 | 11011 | 1110011 | 11110 | 111101 |
Color Harmonies of #84BA7F
Complementary color
Monochromatic Colors of #84BA7F
Black with #84BA7F
Text Example
Text Example
White with #84BA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA7F; }
p { color: rgb(132,186,127); }
H1.HeaderClassName
{
color: #84BA7F;
}
.AnyTagClassName
{
color: #84BA7F;
}
</style>
background-color css
<style>
a { background-color: #84BA7F; }
a { background-color: rgb(132,186,127); }
div.DivClassName
{
background-color: #84BA7F;
}
.BgClassName
{
background-color: #84BA7F;
}
</style>
border-color css
<style>
span { border-color: #84BA7F; }
span { border-color: rgb(132,186,127); }
td.TdClassName
{
border-color: #84BA7F;
}
.TagClassName
{
border-color: #84BA7F;
}
</style>