Shades of De York #84DB88
Tints of De York #84DB88
RGB
CMYK
RGB Variations
Color information
#84DB88 (or 0x84DB88) is known color: De York. HEX triplet: 84, DB and 88. RGB value is (132,219,136). Sum of RGB (Red+Green+Blue) = 132+219+136=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DB88 is #7B2477. Grayscale: #B7B7B7. Windows color (decimal): -8070264 or 8969092. OLE color: 8969092.
HSL color Cylindrical-coordinate representation of color #84DB88: hue angle of 122.76º 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 #84DB88 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 136 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.14 |
| HSL | 122.76º | 0.55% | 0.69% | - |
| HSV(B) | 122.76º | 0.4% | 0.86% | - |
| XYZ | 39.29 | 57.35 | 32.29 | - |
| YUV | 183.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 136 | 0.40 | 0 | 0.38 | 0.14 | 122.76 | 0.55 | 0.69 |
| Hex | 84 | DB | 88 | 28 | 0 | 26 | E | 7B | 37 | 45 |
| Octal | 204 | 333 | 210 | 50 | 0 | 46 | 16 | 173 | 67 | 105 |
| Binary | 10000100 | 11011011 | 10001000 | 101000 | 0 | 100110 | 1110 | 1111011 | 110111 | 1000101 |
Color Harmonies of #84DB88
Complementary color
Monochromatic Colors of #84DB88
Black with #84DB88
Text Example
Text Example
White with #84DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DB88; }
p { color: rgb(132,219,136); }
H1.HeaderClassName
{
color: #84DB88;
}
.AnyTagClassName
{
color: #84DB88;
}
</style>
background-color css
<style>
a { background-color: #84DB88; }
a { background-color: rgb(132,219,136); }
div.DivClassName
{
background-color: #84DB88;
}
.BgClassName
{
background-color: #84DB88;
}
</style>
border-color css
<style>
span { border-color: #84DB88; }
span { border-color: rgb(132,219,136); }
td.TdClassName
{
border-color: #84DB88;
}
.TagClassName
{
border-color: #84DB88;
}
</style>