Shades of De York #84CE95
Tints of De York #84CE95
RGB
CMYK
RGB Variations
Color information
#84CE95 (or 0x84CE95) is known color: De York. HEX triplet: 84, CE and 95. RGB value is (132,206,149). Sum of RGB (Red+Green+Blue) = 132+206+149=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #84CE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CE95 is #7B316A. Grayscale: #B1B1B1. Windows color (decimal): -8073579 or 9817732. OLE color: 9817732.
HSL color Cylindrical-coordinate representation of color #84CE95: hue angle of 133.78º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CE95 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 149 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.19 |
| HSL | 133.78º | 0.43% | 0.66% | - |
| HSV(B) | 133.78º | 0.36% | 0.81% | - |
| XYZ | 37.01 | 51.22 | 36.37 | - |
| YUV | 177.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 149 | 0.36 | 0 | 0.28 | 0.19 | 133.78 | 0.43 | 0.66 |
| Hex | 84 | CE | 95 | 24 | 0 | 1C | 13 | 86 | 2B | 42 |
| Octal | 204 | 316 | 225 | 44 | 0 | 34 | 23 | 206 | 53 | 102 |
| Binary | 10000100 | 11001110 | 10010101 | 100100 | 0 | 11100 | 10011 | 10000110 | 101011 | 1000010 |
Color Harmonies of #84CE95
Complementary color
Monochromatic Colors of #84CE95
Black with #84CE95
Text Example
Text Example
White with #84CE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CE95; }
p { color: rgb(132,206,149); }
H1.HeaderClassName
{
color: #84CE95;
}
.AnyTagClassName
{
color: #84CE95;
}
</style>
background-color css
<style>
a { background-color: #84CE95; }
a { background-color: rgb(132,206,149); }
div.DivClassName
{
background-color: #84CE95;
}
.BgClassName
{
background-color: #84CE95;
}
</style>
border-color css
<style>
span { border-color: #84CE95; }
span { border-color: rgb(132,206,149); }
td.TdClassName
{
border-color: #84CE95;
}
.TagClassName
{
border-color: #84CE95;
}
</style>