Shades of De York #84C890
Tints of De York #84C890
RGB
CMYK
RGB Variations
Color information
#84C890 (or 0x84C890) is known color: De York. HEX triplet: 84, C8 and 90. RGB value is (132,200,144). Sum of RGB (Red+Green+Blue) = 132+200+144=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #84C890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C890 is #7B376F. Grayscale: #ADADAD. Windows color (decimal): -8075120 or 9488516. OLE color: 9488516.
HSL color Cylindrical-coordinate representation of color #84C890: hue angle of 130.59º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84C890 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 200 | 144 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.22 |
| HSL | 130.59º | 0.38% | 0.65% | - |
| HSV(B) | 130.59º | 0.34% | 0.78% | - |
| XYZ | 35.2 | 48.23 | 33.84 | - |
| YUV | 173.28 | 111.47 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 144 | 0.34 | 0 | 0.28 | 0.22 | 130.59 | 0.38 | 0.65 |
| Hex | 84 | C8 | 90 | 22 | 0 | 1C | 16 | 83 | 26 | 41 |
| Octal | 204 | 310 | 220 | 42 | 0 | 34 | 26 | 203 | 46 | 101 |
| Binary | 10000100 | 11001000 | 10010000 | 100010 | 0 | 11100 | 10110 | 10000011 | 100110 | 1000001 |
Color Harmonies of #84C890
Complementary color
Monochromatic Colors of #84C890
Black with #84C890
Text Example
Text Example
White with #84C890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C890; }
p { color: rgb(132,200,144); }
H1.HeaderClassName
{
color: #84C890;
}
.AnyTagClassName
{
color: #84C890;
}
</style>
background-color css
<style>
a { background-color: #84C890; }
a { background-color: rgb(132,200,144); }
div.DivClassName
{
background-color: #84C890;
}
.BgClassName
{
background-color: #84C890;
}
</style>
border-color css
<style>
span { border-color: #84C890; }
span { border-color: rgb(132,200,144); }
td.TdClassName
{
border-color: #84C890;
}
.TagClassName
{
border-color: #84C890;
}
</style>