Shades of De York #84C687
Tints of De York #84C687
RGB
CMYK
RGB Variations
Color information
#84C687 (or 0x84C687) is known color: De York. HEX triplet: 84, C6 and 87. RGB value is (132,198,135). Sum of RGB (Red+Green+Blue) = 132+198+135=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #84C687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C687 is #7B3978. Grayscale: #ABABAB. Windows color (decimal): -8075641 or 8898180. OLE color: 8898180.
HSL color Cylindrical-coordinate representation of color #84C687: hue angle of 122.73º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C687 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 198 | 135 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.22 |
| HSL | 122.73º | 0.37% | 0.65% | - |
| HSV(B) | 122.73º | 0.33% | 0.78% | - |
| XYZ | 34.08 | 47.04 | 30.21 | - |
| YUV | 171.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 135 | 0.33 | 0 | 0.32 | 0.22 | 122.73 | 0.37 | 0.65 |
| Hex | 84 | C6 | 87 | 21 | 0 | 20 | 16 | 7B | 25 | 41 |
| Octal | 204 | 306 | 207 | 41 | 0 | 40 | 26 | 173 | 45 | 101 |
| Binary | 10000100 | 11000110 | 10000111 | 100001 | 0 | 100000 | 10110 | 1111011 | 100101 | 1000001 |
Color Harmonies of #84C687
Complementary color
Monochromatic Colors of #84C687
Black with #84C687
Text Example
Text Example
White with #84C687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C687; }
p { color: rgb(132,198,135); }
H1.HeaderClassName
{
color: #84C687;
}
.AnyTagClassName
{
color: #84C687;
}
</style>
background-color css
<style>
a { background-color: #84C687; }
a { background-color: rgb(132,198,135); }
div.DivClassName
{
background-color: #84C687;
}
.BgClassName
{
background-color: #84C687;
}
</style>
border-color css
<style>
span { border-color: #84C687; }
span { border-color: rgb(132,198,135); }
td.TdClassName
{
border-color: #84C687;
}
.TagClassName
{
border-color: #84C687;
}
</style>