Shades of De York #84DC93
Tints of De York #84DC93
RGB
CMYK
RGB Variations
Color information
#84DC93 (or 0x84DC93) is known color: De York. HEX triplet: 84, DC and 93. RGB value is (132,220,147). Sum of RGB (Red+Green+Blue) = 132+220+147=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DC93 is #7B236C. Grayscale: #B9B9B9. Windows color (decimal): -8069997 or 9690244. OLE color: 9690244.
HSL color Cylindrical-coordinate representation of color #84DC93: hue angle of 130.23º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DC93 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 147 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.14 |
| HSL | 130.23º | 0.56% | 0.69% | - |
| HSV(B) | 130.23º | 0.4% | 0.86% | - |
| XYZ | 40.38 | 58.2 | 36.71 | - |
| YUV | 185.37 | 106.35 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 147 | 0.40 | 0 | 0.33 | 0.14 | 130.23 | 0.56 | 0.69 |
| Hex | 84 | DC | 93 | 28 | 0 | 21 | E | 82 | 38 | 45 |
| Octal | 204 | 334 | 223 | 50 | 0 | 41 | 16 | 202 | 70 | 105 |
| Binary | 10000100 | 11011100 | 10010011 | 101000 | 0 | 100001 | 1110 | 10000010 | 111000 | 1000101 |
Color Harmonies of #84DC93
Complementary color
Monochromatic Colors of #84DC93
Black with #84DC93
Text Example
Text Example
White with #84DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DC93; }
p { color: rgb(132,220,147); }
H1.HeaderClassName
{
color: #84DC93;
}
.AnyTagClassName
{
color: #84DC93;
}
</style>
background-color css
<style>
a { background-color: #84DC93; }
a { background-color: rgb(132,220,147); }
div.DivClassName
{
background-color: #84DC93;
}
.BgClassName
{
background-color: #84DC93;
}
</style>
border-color css
<style>
span { border-color: #84DC93; }
span { border-color: rgb(132,220,147); }
td.TdClassName
{
border-color: #84DC93;
}
.TagClassName
{
border-color: #84DC93;
}
</style>