Shades of De York #84C58D
Tints of De York #84C58D
RGB
CMYK
RGB Variations
Color information
#84C58D (or 0x84C58D) is known color: De York. HEX triplet: 84, C5 and 8D. RGB value is (132,197,141). Sum of RGB (Red+Green+Blue) = 132+197+141=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #84C58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C58D is #7B3A72. Grayscale: #ABABAB. Windows color (decimal): -8075891 or 9291140. OLE color: 9291140.
HSL color Cylindrical-coordinate representation of color #84C58D: hue angle of 128.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C58D is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 141 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.23 |
| HSL | 128.31º | 0.36% | 0.65% | - |
| HSV(B) | 128.31º | 0.33% | 0.77% | - |
| XYZ | 34.29 | 46.76 | 32.42 | - |
| YUV | 171.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 141 | 0.33 | 0 | 0.28 | 0.23 | 128.31 | 0.36 | 0.65 |
| Hex | 84 | C5 | 8D | 21 | 0 | 1C | 17 | 80 | 24 | 41 |
| Octal | 204 | 305 | 215 | 41 | 0 | 34 | 27 | 200 | 44 | 101 |
| Binary | 10000100 | 11000101 | 10001101 | 100001 | 0 | 11100 | 10111 | 10000000 | 100100 | 1000001 |
Color Harmonies of #84C58D
Complementary color
Monochromatic Colors of #84C58D
Black with #84C58D
Text Example
Text Example
White with #84C58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C58D; }
p { color: rgb(132,197,141); }
H1.HeaderClassName
{
color: #84C58D;
}
.AnyTagClassName
{
color: #84C58D;
}
</style>
background-color css
<style>
a { background-color: #84C58D; }
a { background-color: rgb(132,197,141); }
div.DivClassName
{
background-color: #84C58D;
}
.BgClassName
{
background-color: #84C58D;
}
</style>
border-color css
<style>
span { border-color: #84C58D; }
span { border-color: rgb(132,197,141); }
td.TdClassName
{
border-color: #84C58D;
}
.TagClassName
{
border-color: #84C58D;
}
</style>