Shades of De York #84C684
Tints of De York #84C684
RGB
CMYK
RGB Variations
Color information
#84C684 (or 0x84C684) is known color: De York. HEX triplet: 84, C6 and 84. RGB value is (132,198,132). Sum of RGB (Red+Green+Blue) = 132+198+132=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 198 - color contains mainly: green. Hex color #84C684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C684 is #7B397B. Grayscale: #AAAAAA. Windows color (decimal): -8075644 or 8701572. OLE color: 8701572.
HSL color Cylindrical-coordinate representation of color #84C684: hue angle of 120º 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 #84C684 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 198 | 132 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.22 |
| HSL | 120º | 0.37% | 0.65% | - |
| HSV(B) | 120º | 0.33% | 0.78% | - |
| XYZ | 33.87 | 46.96 | 29.11 | - |
| YUV | 170.74 | 106.13 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 132 | 0.33 | 0 | 0.33 | 0.22 | 120 | 0.37 | 0.65 |
| Hex | 84 | C6 | 84 | 21 | 0 | 21 | 16 | 78 | 25 | 41 |
| Octal | 204 | 306 | 204 | 41 | 0 | 41 | 26 | 170 | 45 | 101 |
| Binary | 10000100 | 11000110 | 10000100 | 100001 | 0 | 100001 | 10110 | 1111000 | 100101 | 1000001 |
Color Harmonies of #84C684
Complementary color
Monochromatic Colors of #84C684
Black with #84C684
Text Example
Text Example
White with #84C684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C684; }
p { color: rgb(132,198,132); }
H1.HeaderClassName
{
color: #84C684;
}
.AnyTagClassName
{
color: #84C684;
}
</style>
background-color css
<style>
a { background-color: #84C684; }
a { background-color: rgb(132,198,132); }
div.DivClassName
{
background-color: #84C684;
}
.BgClassName
{
background-color: #84C684;
}
</style>
border-color css
<style>
span { border-color: #84C684; }
span { border-color: rgb(132,198,132); }
td.TdClassName
{
border-color: #84C684;
}
.TagClassName
{
border-color: #84C684;
}
</style>