Shades of De York #84C675
Tints of De York #84C675
RGB
CMYK
RGB Variations
Color information
#84C675 (or 0x84C675) is known color: De York. HEX triplet: 84, C6 and 75. RGB value is (132,198,117). Sum of RGB (Red+Green+Blue) = 132+198+117=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #84C675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C675 is #7B398A. Grayscale: #A9A9A9. Windows color (decimal): -8075659 or 7718532. OLE color: 7718532.
HSL color Cylindrical-coordinate representation of color #84C675: hue angle of 108.89º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84C675 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 198 | 117 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.22 |
| HSL | 108.89º | 0.42% | 0.62% | - |
| HSV(B) | 108.89º | 0.41% | 0.78% | - |
| XYZ | 32.92 | 46.58 | 24.08 | - |
| YUV | 169.03 | 98.63 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 117 | 0.33 | 0 | 0.41 | 0.22 | 108.89 | 0.42 | 0.62 |
| Hex | 84 | C6 | 75 | 21 | 0 | 29 | 16 | 6D | 2A | 3E |
| Octal | 204 | 306 | 165 | 41 | 0 | 51 | 26 | 155 | 52 | 76 |
| Binary | 10000100 | 11000110 | 1110101 | 100001 | 0 | 101001 | 10110 | 1101101 | 101010 | 111110 |
Color Harmonies of #84C675
Complementary color
Monochromatic Colors of #84C675
Black with #84C675
Text Example
Text Example
White with #84C675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C675; }
p { color: rgb(132,198,117); }
H1.HeaderClassName
{
color: #84C675;
}
.AnyTagClassName
{
color: #84C675;
}
</style>
background-color css
<style>
a { background-color: #84C675; }
a { background-color: rgb(132,198,117); }
div.DivClassName
{
background-color: #84C675;
}
.BgClassName
{
background-color: #84C675;
}
</style>
border-color css
<style>
span { border-color: #84C675; }
span { border-color: rgb(132,198,117); }
td.TdClassName
{
border-color: #84C675;
}
.TagClassName
{
border-color: #84C675;
}
</style>