Shades of De York #84C889
Tints of De York #84C889
RGB
CMYK
RGB Variations
Color information
#84C889 (or 0x84C889) is known color: De York. HEX triplet: 84, C8 and 89. RGB value is (132,200,137). Sum of RGB (Red+Green+Blue) = 132+200+137=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #84C889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C889 is #7B3776. Grayscale: #ACACAC. Windows color (decimal): -8075127 or 9029764. OLE color: 9029764.
HSL color Cylindrical-coordinate representation of color #84C889: hue angle of 124.41º 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 #84C889 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 200 | 137 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.22 |
| HSL | 124.41º | 0.38% | 0.65% | - |
| HSV(B) | 124.41º | 0.34% | 0.78% | - |
| XYZ | 34.69 | 48.02 | 31.11 | - |
| YUV | 172.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 137 | 0.34 | 0 | 0.32 | 0.22 | 124.41 | 0.38 | 0.65 |
| Hex | 84 | C8 | 89 | 22 | 0 | 20 | 16 | 7C | 26 | 41 |
| Octal | 204 | 310 | 211 | 42 | 0 | 40 | 26 | 174 | 46 | 101 |
| Binary | 10000100 | 11001000 | 10001001 | 100010 | 0 | 100000 | 10110 | 1111100 | 100110 | 1000001 |
Color Harmonies of #84C889
Complementary color
Monochromatic Colors of #84C889
Black with #84C889
Text Example
Text Example
White with #84C889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C889; }
p { color: rgb(132,200,137); }
H1.HeaderClassName
{
color: #84C889;
}
.AnyTagClassName
{
color: #84C889;
}
</style>
background-color css
<style>
a { background-color: #84C889; }
a { background-color: rgb(132,200,137); }
div.DivClassName
{
background-color: #84C889;
}
.BgClassName
{
background-color: #84C889;
}
</style>
border-color css
<style>
span { border-color: #84C889; }
span { border-color: rgb(132,200,137); }
td.TdClassName
{
border-color: #84C889;
}
.TagClassName
{
border-color: #84C889;
}
</style>