Shades of De York #84DF88
Tints of De York #84DF88
RGB
CMYK
RGB Variations
Color information
#84DF88 (or 0x84DF88) is known color: De York. HEX triplet: 84, DF and 88. RGB value is (132,223,136). Sum of RGB (Red+Green+Blue) = 132+223+136=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #84DF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DF88 is #7B2077. Grayscale: #BABABA. Windows color (decimal): -8069240 or 8970116. OLE color: 8970116.
HSL color Cylindrical-coordinate representation of color #84DF88: hue angle of 122.64º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DF88 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 136 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.13 |
| HSL | 122.64º | 0.59% | 0.7% | - |
| HSV(B) | 122.64º | 0.41% | 0.87% | - |
| XYZ | 40.35 | 59.46 | 32.64 | - |
| YUV | 185.87 | 99.85 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 136 | 0.41 | 0 | 0.39 | 0.13 | 122.64 | 0.59 | 0.7 |
| Hex | 84 | DF | 88 | 29 | 0 | 27 | D | 7B | 3B | 46 |
| Octal | 204 | 337 | 210 | 51 | 0 | 47 | 15 | 173 | 73 | 106 |
| Binary | 10000100 | 11011111 | 10001000 | 101001 | 0 | 100111 | 1101 | 1111011 | 111011 | 1000110 |
Color Harmonies of #84DF88
Complementary color
Monochromatic Colors of #84DF88
Black with #84DF88
Text Example
Text Example
White with #84DF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DF88; }
p { color: rgb(132,223,136); }
H1.HeaderClassName
{
color: #84DF88;
}
.AnyTagClassName
{
color: #84DF88;
}
</style>
background-color css
<style>
a { background-color: #84DF88; }
a { background-color: rgb(132,223,136); }
div.DivClassName
{
background-color: #84DF88;
}
.BgClassName
{
background-color: #84DF88;
}
</style>
border-color css
<style>
span { border-color: #84DF88; }
span { border-color: rgb(132,223,136); }
td.TdClassName
{
border-color: #84DF88;
}
.TagClassName
{
border-color: #84DF88;
}
</style>