Shades of De York #84DD88
Tints of De York #84DD88
RGB
CMYK
RGB Variations
Color information
#84DD88 (or 0x84DD88) is known color: De York. HEX triplet: 84, DD and 88. RGB value is (132,221,136). Sum of RGB (Red+Green+Blue) = 132+221+136=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DD88 is #7B2277. Grayscale: #B8B8B8. Windows color (decimal): -8069752 or 8969604. OLE color: 8969604.
HSL color Cylindrical-coordinate representation of color #84DD88: hue angle of 122.7º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DD88 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 136 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.13 |
| HSL | 122.7º | 0.57% | 0.69% | - |
| HSV(B) | 122.7º | 0.4% | 0.87% | - |
| XYZ | 39.82 | 58.4 | 32.47 | - |
| YUV | 184.7 | 100.51 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 136 | 0.40 | 0 | 0.38 | 0.13 | 122.7 | 0.57 | 0.69 |
| Hex | 84 | DD | 88 | 28 | 0 | 26 | D | 7B | 39 | 45 |
| Octal | 204 | 335 | 210 | 50 | 0 | 46 | 15 | 173 | 71 | 105 |
| Binary | 10000100 | 11011101 | 10001000 | 101000 | 0 | 100110 | 1101 | 1111011 | 111001 | 1000101 |
Color Harmonies of #84DD88
Complementary color
Monochromatic Colors of #84DD88
Black with #84DD88
Text Example
Text Example
White with #84DD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DD88; }
p { color: rgb(132,221,136); }
H1.HeaderClassName
{
color: #84DD88;
}
.AnyTagClassName
{
color: #84DD88;
}
</style>
background-color css
<style>
a { background-color: #84DD88; }
a { background-color: rgb(132,221,136); }
div.DivClassName
{
background-color: #84DD88;
}
.BgClassName
{
background-color: #84DD88;
}
</style>
border-color css
<style>
span { border-color: #84DD88; }
span { border-color: rgb(132,221,136); }
td.TdClassName
{
border-color: #84DD88;
}
.TagClassName
{
border-color: #84DD88;
}
</style>