Shades of De York #84CB86
Tints of De York #84CB86
RGB
CMYK
RGB Variations
Color information
#84CB86 (or 0x84CB86) is known color: De York. HEX triplet: 84, CB and 86. RGB value is (132,203,134). Sum of RGB (Red+Green+Blue) = 132+203+134=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CB86 is #7B3479. Grayscale: #AEAEAE. Windows color (decimal): -8074362 or 8833924. OLE color: 8833924.
HSL color Cylindrical-coordinate representation of color #84CB86: hue angle of 121.69º 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 #84CB86 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 203 | 134 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.20 |
| HSL | 121.69º | 0.41% | 0.66% | - |
| HSV(B) | 121.69º | 0.35% | 0.8% | - |
| XYZ | 35.17 | 49.34 | 30.22 | - |
| YUV | 173.91 | 105.48 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 134 | 0.35 | 0 | 0.34 | 0.20 | 121.69 | 0.41 | 0.66 |
| Hex | 84 | CB | 86 | 23 | 0 | 22 | 14 | 7A | 29 | 42 |
| Octal | 204 | 313 | 206 | 43 | 0 | 42 | 24 | 172 | 51 | 102 |
| Binary | 10000100 | 11001011 | 10000110 | 100011 | 0 | 100010 | 10100 | 1111010 | 101001 | 1000010 |
Color Harmonies of #84CB86
Complementary color
Monochromatic Colors of #84CB86
Black with #84CB86
Text Example
Text Example
White with #84CB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CB86; }
p { color: rgb(132,203,134); }
H1.HeaderClassName
{
color: #84CB86;
}
.AnyTagClassName
{
color: #84CB86;
}
</style>
background-color css
<style>
a { background-color: #84CB86; }
a { background-color: rgb(132,203,134); }
div.DivClassName
{
background-color: #84CB86;
}
.BgClassName
{
background-color: #84CB86;
}
</style>
border-color css
<style>
span { border-color: #84CB86; }
span { border-color: rgb(132,203,134); }
td.TdClassName
{
border-color: #84CB86;
}
.TagClassName
{
border-color: #84CB86;
}
</style>