Shades of De York #84C490
Tints of De York #84C490
RGB
CMYK
RGB Variations
Color information
#84C490 (or 0x84C490) is known color: De York. HEX triplet: 84, C4 and 90. RGB value is (132,196,144). Sum of RGB (Red+Green+Blue) = 132+196+144=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #84C490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C490 is #7B3B6F. Grayscale: #ABABAB. Windows color (decimal): -8076144 or 9487492. OLE color: 9487492.
HSL color Cylindrical-coordinate representation of color #84C490: hue angle of 131.25º 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 #84C490 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 196 | 144 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.23 |
| HSL | 131.25º | 0.35% | 0.64% | - |
| HSV(B) | 131.25º | 0.33% | 0.77% | - |
| XYZ | 34.29 | 46.4 | 33.53 | - |
| YUV | 170.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 196 | 144 | 0.33 | 0 | 0.27 | 0.23 | 131.25 | 0.35 | 0.64 |
| Hex | 84 | C4 | 90 | 21 | 0 | 1B | 17 | 83 | 23 | 40 |
| Octal | 204 | 304 | 220 | 41 | 0 | 33 | 27 | 203 | 43 | 100 |
| Binary | 10000100 | 11000100 | 10010000 | 100001 | 0 | 11011 | 10111 | 10000011 | 100011 | 1000000 |
Color Harmonies of #84C490
Complementary color
Monochromatic Colors of #84C490
Black with #84C490
Text Example
Text Example
White with #84C490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C490; }
p { color: rgb(132,196,144); }
H1.HeaderClassName
{
color: #84C490;
}
.AnyTagClassName
{
color: #84C490;
}
</style>
background-color css
<style>
a { background-color: #84C490; }
a { background-color: rgb(132,196,144); }
div.DivClassName
{
background-color: #84C490;
}
.BgClassName
{
background-color: #84C490;
}
</style>
border-color css
<style>
span { border-color: #84C490; }
span { border-color: rgb(132,196,144); }
td.TdClassName
{
border-color: #84C490;
}
.TagClassName
{
border-color: #84C490;
}
</style>