Shades of De York #84DB93
Tints of De York #84DB93
RGB
CMYK
RGB Variations
Color information
#84DB93 (or 0x84DB93) is known color: De York. HEX triplet: 84, DB and 93. RGB value is (132,219,147). Sum of RGB (Red+Green+Blue) = 132+219+147=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DB93 is #7B246C. Grayscale: #B8B8B8. Windows color (decimal): -8070253 or 9689988. OLE color: 9689988.
HSL color Cylindrical-coordinate representation of color #84DB93: hue angle of 130.34º degrees, saturation: 0.55, 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 #84DB93 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 147 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.14 |
| HSL | 130.34º | 0.55% | 0.69% | - |
| HSV(B) | 130.34º | 0.4% | 0.86% | - |
| XYZ | 40.11 | 57.68 | 36.62 | - |
| YUV | 184.78 | 106.68 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 147 | 0.40 | 0 | 0.33 | 0.14 | 130.34 | 0.55 | 0.69 |
| Hex | 84 | DB | 93 | 28 | 0 | 21 | E | 82 | 37 | 45 |
| Octal | 204 | 333 | 223 | 50 | 0 | 41 | 16 | 202 | 67 | 105 |
| Binary | 10000100 | 11011011 | 10010011 | 101000 | 0 | 100001 | 1110 | 10000010 | 110111 | 1000101 |
Color Harmonies of #84DB93
Complementary color
Monochromatic Colors of #84DB93
Black with #84DB93
Text Example
Text Example
White with #84DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DB93; }
p { color: rgb(132,219,147); }
H1.HeaderClassName
{
color: #84DB93;
}
.AnyTagClassName
{
color: #84DB93;
}
</style>
background-color css
<style>
a { background-color: #84DB93; }
a { background-color: rgb(132,219,147); }
div.DivClassName
{
background-color: #84DB93;
}
.BgClassName
{
background-color: #84DB93;
}
</style>
border-color css
<style>
span { border-color: #84DB93; }
span { border-color: rgb(132,219,147); }
td.TdClassName
{
border-color: #84DB93;
}
.TagClassName
{
border-color: #84DB93;
}
</style>