Shades of De York #84C68E
Tints of De York #84C68E
RGB
CMYK
RGB Variations
Color information
#84C68E (or 0x84C68E) is known color: De York. HEX triplet: 84, C6 and 8E. RGB value is (132,198,142). Sum of RGB (Red+Green+Blue) = 132+198+142=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #84C68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C68E is #7B3971. Grayscale: #ACACAC. Windows color (decimal): -8075634 or 9356932. OLE color: 9356932.
HSL color Cylindrical-coordinate representation of color #84C68E: hue angle of 129.09º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C68E is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 198 | 142 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.22 |
| HSL | 129.09º | 0.37% | 0.65% | - |
| HSV(B) | 129.09º | 0.33% | 0.78% | - |
| XYZ | 34.59 | 47.25 | 32.89 | - |
| YUV | 171.88 | 111.13 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 142 | 0.33 | 0 | 0.28 | 0.22 | 129.09 | 0.37 | 0.65 |
| Hex | 84 | C6 | 8E | 21 | 0 | 1C | 16 | 81 | 25 | 41 |
| Octal | 204 | 306 | 216 | 41 | 0 | 34 | 26 | 201 | 45 | 101 |
| Binary | 10000100 | 11000110 | 10001110 | 100001 | 0 | 11100 | 10110 | 10000001 | 100101 | 1000001 |
Color Harmonies of #84C68E
Complementary color
Monochromatic Colors of #84C68E
Black with #84C68E
Text Example
Text Example
White with #84C68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C68E; }
p { color: rgb(132,198,142); }
H1.HeaderClassName
{
color: #84C68E;
}
.AnyTagClassName
{
color: #84C68E;
}
</style>
background-color css
<style>
a { background-color: #84C68E; }
a { background-color: rgb(132,198,142); }
div.DivClassName
{
background-color: #84C68E;
}
.BgClassName
{
background-color: #84C68E;
}
</style>
border-color css
<style>
span { border-color: #84C68E; }
span { border-color: rgb(132,198,142); }
td.TdClassName
{
border-color: #84C68E;
}
.TagClassName
{
border-color: #84C68E;
}
</style>