Shades of De York #84DC8A
Tints of De York #84DC8A
RGB
CMYK
RGB Variations
Color information
#84DC8A (or 0x84DC8A) is known color: De York. HEX triplet: 84, DC and 8A. RGB value is (132,220,138). Sum of RGB (Red+Green+Blue) = 132+220+138=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DC8A is #7B2375. Grayscale: #B8B8B8. Windows color (decimal): -8070006 or 9100420. OLE color: 9100420.
HSL color Cylindrical-coordinate representation of color #84DC8A: hue angle of 124.09º degrees, saturation: 0.56, 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 #84DC8A is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 138 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.14 |
| HSL | 124.09º | 0.56% | 0.69% | - |
| HSV(B) | 124.09º | 0.4% | 0.86% | - |
| XYZ | 39.7 | 57.93 | 33.13 | - |
| YUV | 184.34 | 101.85 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 138 | 0.40 | 0 | 0.37 | 0.14 | 124.09 | 0.56 | 0.69 |
| Hex | 84 | DC | 8A | 28 | 0 | 25 | E | 7C | 38 | 45 |
| Octal | 204 | 334 | 212 | 50 | 0 | 45 | 16 | 174 | 70 | 105 |
| Binary | 10000100 | 11011100 | 10001010 | 101000 | 0 | 100101 | 1110 | 1111100 | 111000 | 1000101 |
Color Harmonies of #84DC8A
Complementary color
Monochromatic Colors of #84DC8A
Black with #84DC8A
Text Example
Text Example
White with #84DC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DC8A; }
p { color: rgb(132,220,138); }
H1.HeaderClassName
{
color: #84DC8A;
}
.AnyTagClassName
{
color: #84DC8A;
}
</style>
background-color css
<style>
a { background-color: #84DC8A; }
a { background-color: rgb(132,220,138); }
div.DivClassName
{
background-color: #84DC8A;
}
.BgClassName
{
background-color: #84DC8A;
}
</style>
border-color css
<style>
span { border-color: #84DC8A; }
span { border-color: rgb(132,220,138); }
td.TdClassName
{
border-color: #84DC8A;
}
.TagClassName
{
border-color: #84DC8A;
}
</style>