Shades of De York #84C28D
Tints of De York #84C28D
RGB
CMYK
RGB Variations
Color information
#84C28D (or 0x84C28D) is known color: De York. HEX triplet: 84, C2 and 8D. RGB value is (132,194,141). Sum of RGB (Red+Green+Blue) = 132+194+141=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #84C28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C28D is #7B3D72. Grayscale: #A9A9A9. Windows color (decimal): -8076659 or 9290372. OLE color: 9290372.
HSL color Cylindrical-coordinate representation of color #84C28D: hue angle of 128.71º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84C28D is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 141 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.24 |
| HSL | 128.71º | 0.34% | 0.64% | - |
| HSV(B) | 128.71º | 0.32% | 0.76% | - |
| XYZ | 33.62 | 45.41 | 32.19 | - |
| YUV | 169.42 | 111.96 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 141 | 0.32 | 0 | 0.27 | 0.24 | 128.71 | 0.34 | 0.64 |
| Hex | 84 | C2 | 8D | 20 | 0 | 1B | 18 | 81 | 22 | 40 |
| Octal | 204 | 302 | 215 | 40 | 0 | 33 | 30 | 201 | 42 | 100 |
| Binary | 10000100 | 11000010 | 10001101 | 100000 | 0 | 11011 | 11000 | 10000001 | 100010 | 1000000 |
Color Harmonies of #84C28D
Complementary color
Monochromatic Colors of #84C28D
Black with #84C28D
Text Example
Text Example
White with #84C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C28D; }
p { color: rgb(132,194,141); }
H1.HeaderClassName
{
color: #84C28D;
}
.AnyTagClassName
{
color: #84C28D;
}
</style>
background-color css
<style>
a { background-color: #84C28D; }
a { background-color: rgb(132,194,141); }
div.DivClassName
{
background-color: #84C28D;
}
.BgClassName
{
background-color: #84C28D;
}
</style>
border-color css
<style>
span { border-color: #84C28D; }
span { border-color: rgb(132,194,141); }
td.TdClassName
{
border-color: #84C28D;
}
.TagClassName
{
border-color: #84C28D;
}
</style>