Shades of De York #84C08A
Tints of De York #84C08A
RGB
CMYK
RGB Variations
Color information
#84C08A (or 0x84C08A) is known color: De York. HEX triplet: 84, C0 and 8A. RGB value is (132,192,138). Sum of RGB (Red+Green+Blue) = 132+192+138=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #84C08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C08A is #7B3F75. Grayscale: #A8A8A8. Windows color (decimal): -8077174 or 9093252. OLE color: 9093252.
HSL color Cylindrical-coordinate representation of color #84C08A: hue angle of 126º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84C08A is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 138 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.25 |
| HSL | 126º | 0.32% | 0.64% | - |
| HSV(B) | 126º | 0.31% | 0.75% | - |
| XYZ | 32.95 | 44.44 | 30.89 | - |
| YUV | 167.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 138 | 0.31 | 0 | 0.28 | 0.25 | 126 | 0.32 | 0.64 |
| Hex | 84 | C0 | 8A | 1F | 0 | 1C | 19 | 7E | 20 | 40 |
| Octal | 204 | 300 | 212 | 37 | 0 | 34 | 31 | 176 | 40 | 100 |
| Binary | 10000100 | 11000000 | 10001010 | 11111 | 0 | 11100 | 11001 | 1111110 | 100000 | 1000000 |
Color Harmonies of #84C08A
Complementary color
Monochromatic Colors of #84C08A
Black with #84C08A
Text Example
Text Example
White with #84C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C08A; }
p { color: rgb(132,192,138); }
H1.HeaderClassName
{
color: #84C08A;
}
.AnyTagClassName
{
color: #84C08A;
}
</style>
background-color css
<style>
a { background-color: #84C08A; }
a { background-color: rgb(132,192,138); }
div.DivClassName
{
background-color: #84C08A;
}
.BgClassName
{
background-color: #84C08A;
}
</style>
border-color css
<style>
span { border-color: #84C08A; }
span { border-color: rgb(132,192,138); }
td.TdClassName
{
border-color: #84C08A;
}
.TagClassName
{
border-color: #84C08A;
}
</style>