Shades of De York #84DA8B
Tints of De York #84DA8B
RGB
CMYK
RGB Variations
Color information
#84DA8B (or 0x84DA8B) is known color: De York. HEX triplet: 84, DA and 8B. RGB value is (132,218,139). Sum of RGB (Red+Green+Blue) = 132+218+139=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #84DA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DA8B is #7B2574. Grayscale: #B7B7B7. Windows color (decimal): -8070517 or 9165444. OLE color: 9165444.
HSL color Cylindrical-coordinate representation of color #84DA8B: hue angle of 124.88º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84DA8B is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 218 | 139 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.15 |
| HSL | 124.88º | 0.54% | 0.69% | - |
| HSV(B) | 124.88º | 0.39% | 0.85% | - |
| XYZ | 39.25 | 56.91 | 33.34 | - |
| YUV | 183.28 | 103.01 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 218 | 139 | 0.39 | 0 | 0.36 | 0.15 | 124.88 | 0.54 | 0.69 |
| Hex | 84 | DA | 8B | 27 | 0 | 24 | F | 7D | 36 | 45 |
| Octal | 204 | 332 | 213 | 47 | 0 | 44 | 17 | 175 | 66 | 105 |
| Binary | 10000100 | 11011010 | 10001011 | 100111 | 0 | 100100 | 1111 | 1111101 | 110110 | 1000101 |
Color Harmonies of #84DA8B
Complementary color
Monochromatic Colors of #84DA8B
Black with #84DA8B
Text Example
Text Example
White with #84DA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DA8B; }
p { color: rgb(132,218,139); }
H1.HeaderClassName
{
color: #84DA8B;
}
.AnyTagClassName
{
color: #84DA8B;
}
</style>
background-color css
<style>
a { background-color: #84DA8B; }
a { background-color: rgb(132,218,139); }
div.DivClassName
{
background-color: #84DA8B;
}
.BgClassName
{
background-color: #84DA8B;
}
</style>
border-color css
<style>
span { border-color: #84DA8B; }
span { border-color: rgb(132,218,139); }
td.TdClassName
{
border-color: #84DA8B;
}
.TagClassName
{
border-color: #84DA8B;
}
</style>