Shades of De York #84C48B
Tints of De York #84C48B
RGB
CMYK
RGB Variations
Color information
#84C48B (or 0x84C48B) is known color: De York. HEX triplet: 84, C4 and 8B. RGB value is (132,196,139). Sum of RGB (Red+Green+Blue) = 132+196+139=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #84C48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C48B is #7B3B74. Grayscale: #AAAAAA. Windows color (decimal): -8076149 or 9159812. OLE color: 9159812.
HSL color Cylindrical-coordinate representation of color #84C48B: hue angle of 126.56º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C48B is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 196 | 139 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.23 |
| HSL | 126.56º | 0.35% | 0.64% | - |
| HSV(B) | 126.56º | 0.33% | 0.77% | - |
| XYZ | 33.92 | 46.25 | 31.57 | - |
| YUV | 170.37 | 110.3 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 196 | 139 | 0.33 | 0 | 0.29 | 0.23 | 126.56 | 0.35 | 0.64 |
| Hex | 84 | C4 | 8B | 21 | 0 | 1D | 17 | 7F | 23 | 40 |
| Octal | 204 | 304 | 213 | 41 | 0 | 35 | 27 | 177 | 43 | 100 |
| Binary | 10000100 | 11000100 | 10001011 | 100001 | 0 | 11101 | 10111 | 1111111 | 100011 | 1000000 |
Color Harmonies of #84C48B
Complementary color
Monochromatic Colors of #84C48B
Black with #84C48B
Text Example
Text Example
White with #84C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C48B; }
p { color: rgb(132,196,139); }
H1.HeaderClassName
{
color: #84C48B;
}
.AnyTagClassName
{
color: #84C48B;
}
</style>
background-color css
<style>
a { background-color: #84C48B; }
a { background-color: rgb(132,196,139); }
div.DivClassName
{
background-color: #84C48B;
}
.BgClassName
{
background-color: #84C48B;
}
</style>
border-color css
<style>
span { border-color: #84C48B; }
span { border-color: rgb(132,196,139); }
td.TdClassName
{
border-color: #84C48B;
}
.TagClassName
{
border-color: #84C48B;
}
</style>