Shades of De York #84C98C
Tints of De York #84C98C
RGB
CMYK
RGB Variations
Color information
#84C98C (or 0x84C98C) is known color: De York. HEX triplet: 84, C9 and 8C. RGB value is (132,201,140). Sum of RGB (Red+Green+Blue) = 132+201+140=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #84C98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C98C is #7B3673. Grayscale: #ADADAD. Windows color (decimal): -8074868 or 9226628. OLE color: 9226628.
HSL color Cylindrical-coordinate representation of color #84C98C: hue angle of 126.96º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84C98C is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 201 | 140 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.21 |
| HSL | 126.96º | 0.39% | 0.65% | - |
| HSV(B) | 126.96º | 0.34% | 0.79% | - |
| XYZ | 35.14 | 48.57 | 32.33 | - |
| YUV | 173.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 201 | 140 | 0.34 | 0 | 0.30 | 0.21 | 126.96 | 0.39 | 0.65 |
| Hex | 84 | C9 | 8C | 22 | 0 | 1E | 15 | 7F | 27 | 41 |
| Octal | 204 | 311 | 214 | 42 | 0 | 36 | 25 | 177 | 47 | 101 |
| Binary | 10000100 | 11001001 | 10001100 | 100010 | 0 | 11110 | 10101 | 1111111 | 100111 | 1000001 |
Color Harmonies of #84C98C
Complementary color
Monochromatic Colors of #84C98C
Black with #84C98C
Text Example
Text Example
White with #84C98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C98C; }
p { color: rgb(132,201,140); }
H1.HeaderClassName
{
color: #84C98C;
}
.AnyTagClassName
{
color: #84C98C;
}
</style>
background-color css
<style>
a { background-color: #84C98C; }
a { background-color: rgb(132,201,140); }
div.DivClassName
{
background-color: #84C98C;
}
.BgClassName
{
background-color: #84C98C;
}
</style>
border-color css
<style>
span { border-color: #84C98C; }
span { border-color: rgb(132,201,140); }
td.TdClassName
{
border-color: #84C98C;
}
.TagClassName
{
border-color: #84C98C;
}
</style>