Shades of De York #84C18C
Tints of De York #84C18C
RGB
CMYK
RGB Variations
Color information
#84C18C (or 0x84C18C) is known color: De York. HEX triplet: 84, C1 and 8C. RGB value is (132,193,140). Sum of RGB (Red+Green+Blue) = 132+193+140=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #84C18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C18C is #7B3E73. Grayscale: #A8A8A8. Windows color (decimal): -8076916 or 9224580. OLE color: 9224580.
HSL color Cylindrical-coordinate representation of color #84C18C: hue angle of 127.87º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84C18C is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 140 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.24 |
| HSL | 127.87º | 0.33% | 0.64% | - |
| HSV(B) | 127.87º | 0.32% | 0.76% | - |
| XYZ | 33.32 | 44.94 | 31.73 | - |
| YUV | 168.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 140 | 0.32 | 0 | 0.27 | 0.24 | 127.87 | 0.33 | 0.64 |
| Hex | 84 | C1 | 8C | 20 | 0 | 1B | 18 | 80 | 21 | 40 |
| Octal | 204 | 301 | 214 | 40 | 0 | 33 | 30 | 200 | 41 | 100 |
| Binary | 10000100 | 11000001 | 10001100 | 100000 | 0 | 11011 | 11000 | 10000000 | 100001 | 1000000 |
Color Harmonies of #84C18C
Complementary color
Monochromatic Colors of #84C18C
Black with #84C18C
Text Example
Text Example
White with #84C18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C18C; }
p { color: rgb(132,193,140); }
H1.HeaderClassName
{
color: #84C18C;
}
.AnyTagClassName
{
color: #84C18C;
}
</style>
background-color css
<style>
a { background-color: #84C18C; }
a { background-color: rgb(132,193,140); }
div.DivClassName
{
background-color: #84C18C;
}
.BgClassName
{
background-color: #84C18C;
}
</style>
border-color css
<style>
span { border-color: #84C18C; }
span { border-color: rgb(132,193,140); }
td.TdClassName
{
border-color: #84C18C;
}
.TagClassName
{
border-color: #84C18C;
}
</style>