Shades of De York #84D58C
Tints of De York #84D58C
RGB
CMYK
RGB Variations
Color information
#84D58C (or 0x84D58C) is known color: De York. HEX triplet: 84, D5 and 8C. RGB value is (132,213,140). Sum of RGB (Red+Green+Blue) = 132+213+140=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #84D58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D58C is #7B2A73. Grayscale: #B4B4B4. Windows color (decimal): -8071796 or 9229700. OLE color: 9229700.
HSL color Cylindrical-coordinate representation of color #84D58C: hue angle of 125.93º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D58C is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 213 | 140 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.16 |
| HSL | 125.93º | 0.49% | 0.68% | - |
| HSV(B) | 125.93º | 0.38% | 0.84% | - |
| XYZ | 38.04 | 54.39 | 33.3 | - |
| YUV | 180.46 | 105.16 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 213 | 140 | 0.38 | 0 | 0.34 | 0.16 | 125.93 | 0.49 | 0.68 |
| Hex | 84 | D5 | 8C | 26 | 0 | 22 | 10 | 7E | 31 | 44 |
| Octal | 204 | 325 | 214 | 46 | 0 | 42 | 20 | 176 | 61 | 104 |
| Binary | 10000100 | 11010101 | 10001100 | 100110 | 0 | 100010 | 10000 | 1111110 | 110001 | 1000100 |
Color Harmonies of #84D58C
Complementary color
Monochromatic Colors of #84D58C
Black with #84D58C
Text Example
Text Example
White with #84D58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D58C; }
p { color: rgb(132,213,140); }
H1.HeaderClassName
{
color: #84D58C;
}
.AnyTagClassName
{
color: #84D58C;
}
</style>
background-color css
<style>
a { background-color: #84D58C; }
a { background-color: rgb(132,213,140); }
div.DivClassName
{
background-color: #84D58C;
}
.BgClassName
{
background-color: #84D58C;
}
</style>
border-color css
<style>
span { border-color: #84D58C; }
span { border-color: rgb(132,213,140); }
td.TdClassName
{
border-color: #84D58C;
}
.TagClassName
{
border-color: #84D58C;
}
</style>