Shades of De York #84CD8C
Tints of De York #84CD8C
RGB
CMYK
RGB Variations
Color information
#84CD8C (or 0x84CD8C) is known color: De York. HEX triplet: 84, CD and 8C. RGB value is (132,205,140). Sum of RGB (Red+Green+Blue) = 132+205+140=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #84CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CD8C is #7B3273. Grayscale: #AFAFAF. Windows color (decimal): -8073844 or 9227652. OLE color: 9227652.
HSL color Cylindrical-coordinate representation of color #84CD8C: hue angle of 126.58º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CD8C is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 205 | 140 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.20 |
| HSL | 126.58º | 0.42% | 0.66% | - |
| HSV(B) | 126.58º | 0.36% | 0.8% | - |
| XYZ | 36.08 | 50.46 | 32.65 | - |
| YUV | 175.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 140 | 0.36 | 0 | 0.32 | 0.20 | 126.58 | 0.42 | 0.66 |
| Hex | 84 | CD | 8C | 24 | 0 | 20 | 14 | 7F | 2A | 42 |
| Octal | 204 | 315 | 214 | 44 | 0 | 40 | 24 | 177 | 52 | 102 |
| Binary | 10000100 | 11001101 | 10001100 | 100100 | 0 | 100000 | 10100 | 1111111 | 101010 | 1000010 |
Color Harmonies of #84CD8C
Complementary color
Monochromatic Colors of #84CD8C
Black with #84CD8C
Text Example
Text Example
White with #84CD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CD8C; }
p { color: rgb(132,205,140); }
H1.HeaderClassName
{
color: #84CD8C;
}
.AnyTagClassName
{
color: #84CD8C;
}
</style>
background-color css
<style>
a { background-color: #84CD8C; }
a { background-color: rgb(132,205,140); }
div.DivClassName
{
background-color: #84CD8C;
}
.BgClassName
{
background-color: #84CD8C;
}
</style>
border-color css
<style>
span { border-color: #84CD8C; }
span { border-color: rgb(132,205,140); }
td.TdClassName
{
border-color: #84CD8C;
}
.TagClassName
{
border-color: #84CD8C;
}
</style>