Shades of De York #84C685
Tints of De York #84C685
RGB
CMYK
RGB Variations
Color information
#84C685 (or 0x84C685) is known color: De York. HEX triplet: 84, C6 and 85. RGB value is (132,198,133). Sum of RGB (Red+Green+Blue) = 132+198+133=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 198 - color contains mainly: green. Hex color #84C685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C685 is #7B397A. Grayscale: #ABABAB. Windows color (decimal): -8075643 or 8767108. OLE color: 8767108.
HSL color Cylindrical-coordinate representation of color #84C685: hue angle of 120.91º 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 #84C685 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 198 | 133 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.22 |
| HSL | 120.91º | 0.37% | 0.65% | - |
| HSV(B) | 120.91º | 0.33% | 0.78% | - |
| XYZ | 33.94 | 46.99 | 29.47 | - |
| YUV | 170.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 133 | 0.33 | 0 | 0.33 | 0.22 | 120.91 | 0.37 | 0.65 |
| Hex | 84 | C6 | 85 | 21 | 0 | 21 | 16 | 79 | 25 | 41 |
| Octal | 204 | 306 | 205 | 41 | 0 | 41 | 26 | 171 | 45 | 101 |
| Binary | 10000100 | 11000110 | 10000101 | 100001 | 0 | 100001 | 10110 | 1111001 | 100101 | 1000001 |
Color Harmonies of #84C685
Complementary color
Monochromatic Colors of #84C685
Black with #84C685
Text Example
Text Example
White with #84C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C685; }
p { color: rgb(132,198,133); }
H1.HeaderClassName
{
color: #84C685;
}
.AnyTagClassName
{
color: #84C685;
}
</style>
background-color css
<style>
a { background-color: #84C685; }
a { background-color: rgb(132,198,133); }
div.DivClassName
{
background-color: #84C685;
}
.BgClassName
{
background-color: #84C685;
}
</style>
border-color css
<style>
span { border-color: #84C685; }
span { border-color: rgb(132,198,133); }
td.TdClassName
{
border-color: #84C685;
}
.TagClassName
{
border-color: #84C685;
}
</style>