Shades of De York #84CC8D
Tints of De York #84CC8D
RGB
CMYK
RGB Variations
Color information
#84CC8D (or 0x84CC8D) is known color: De York. HEX triplet: 84, CC and 8D. RGB value is (132,204,141). Sum of RGB (Red+Green+Blue) = 132+204+141=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #84CC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CC8D is #7B3372. Grayscale: #AFAFAF. Windows color (decimal): -8074099 or 9292932. OLE color: 9292932.
HSL color Cylindrical-coordinate representation of color #84CC8D: hue angle of 127.5º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CC8D is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 204 | 141 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.2 |
| HSL | 127.5º | 0.41% | 0.66% | - |
| HSV(B) | 127.5º | 0.35% | 0.8% | - |
| XYZ | 35.92 | 50.01 | 32.96 | - |
| YUV | 175.29 | 108.65 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 204 | 141 | 0.35 | 0 | 0.31 | 0.2 | 127.5 | 0.41 | 0.66 |
| Hex | 84 | CC | 8D | 23 | 0 | 1F | 14 | 80 | 29 | 42 |
| Octal | 204 | 314 | 215 | 43 | 0 | 37 | 24 | 200 | 51 | 102 |
| Binary | 10000100 | 11001100 | 10001101 | 100011 | 0 | 11111 | 10100 | 10000000 | 101001 | 1000010 |
Color Harmonies of #84CC8D
Complementary color
Monochromatic Colors of #84CC8D
Black with #84CC8D
Text Example
Text Example
White with #84CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CC8D; }
p { color: rgb(132,204,141); }
H1.HeaderClassName
{
color: #84CC8D;
}
.AnyTagClassName
{
color: #84CC8D;
}
</style>
background-color css
<style>
a { background-color: #84CC8D; }
a { background-color: rgb(132,204,141); }
div.DivClassName
{
background-color: #84CC8D;
}
.BgClassName
{
background-color: #84CC8D;
}
</style>
border-color css
<style>
span { border-color: #84CC8D; }
span { border-color: rgb(132,204,141); }
td.TdClassName
{
border-color: #84CC8D;
}
.TagClassName
{
border-color: #84CC8D;
}
</style>