Shades of De York #84BF8F
Tints of De York #84BF8F
RGB
CMYK
RGB Variations
Color information
#84BF8F (or 0x84BF8F) is known color: De York. HEX triplet: 84, BF and 8F. RGB value is (132,191,143). Sum of RGB (Red+Green+Blue) = 132+191+143=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BF8F is #7B4070. Grayscale: #A8A8A8. Windows color (decimal): -8077425 or 9420676. OLE color: 9420676.
HSL color Cylindrical-coordinate representation of color #84BF8F: hue angle of 131.19º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BF8F is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 143 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.25 |
| HSL | 131.19º | 0.32% | 0.63% | - |
| HSV(B) | 131.19º | 0.31% | 0.75% | - |
| XYZ | 33.1 | 44.15 | 32.76 | - |
| YUV | 167.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 143 | 0.31 | 0 | 0.25 | 0.25 | 131.19 | 0.32 | 0.63 |
| Hex | 84 | BF | 8F | 1F | 0 | 19 | 19 | 83 | 20 | 3F |
| Octal | 204 | 277 | 217 | 37 | 0 | 31 | 31 | 203 | 40 | 77 |
| Binary | 10000100 | 10111111 | 10001111 | 11111 | 0 | 11001 | 11001 | 10000011 | 100000 | 111111 |
Color Harmonies of #84BF8F
Complementary color
Monochromatic Colors of #84BF8F
Black with #84BF8F
Text Example
Text Example
White with #84BF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BF8F; }
p { color: rgb(132,191,143); }
H1.HeaderClassName
{
color: #84BF8F;
}
.AnyTagClassName
{
color: #84BF8F;
}
</style>
background-color css
<style>
a { background-color: #84BF8F; }
a { background-color: rgb(132,191,143); }
div.DivClassName
{
background-color: #84BF8F;
}
.BgClassName
{
background-color: #84BF8F;
}
</style>
border-color css
<style>
span { border-color: #84BF8F; }
span { border-color: rgb(132,191,143); }
td.TdClassName
{
border-color: #84BF8F;
}
.TagClassName
{
border-color: #84BF8F;
}
</style>