Shades of De York #84C191
Tints of De York #84C191
RGB
CMYK
RGB Variations
Color information
#84C191 (or 0x84C191) is known color: De York. HEX triplet: 84, C1 and 91. RGB value is (132,193,145). Sum of RGB (Red+Green+Blue) = 132+193+145=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #84C191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C191 is #7B3E6E. Grayscale: #A9A9A9. Windows color (decimal): -8076911 or 9552260. OLE color: 9552260.
HSL color Cylindrical-coordinate representation of color #84C191: hue angle of 132.79º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84C191 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 145 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.24 |
| HSL | 132.79º | 0.33% | 0.64% | - |
| HSV(B) | 132.79º | 0.32% | 0.76% | - |
| XYZ | 33.7 | 45.09 | 33.72 | - |
| YUV | 169.29 | 114.29 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 145 | 0.32 | 0 | 0.25 | 0.24 | 132.79 | 0.33 | 0.64 |
| Hex | 84 | C1 | 91 | 20 | 0 | 19 | 18 | 85 | 21 | 40 |
| Octal | 204 | 301 | 221 | 40 | 0 | 31 | 30 | 205 | 41 | 100 |
| Binary | 10000100 | 11000001 | 10010001 | 100000 | 0 | 11001 | 11000 | 10000101 | 100001 | 1000000 |
Color Harmonies of #84C191
Complementary color
Monochromatic Colors of #84C191
Black with #84C191
Text Example
Text Example
White with #84C191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C191; }
p { color: rgb(132,193,145); }
H1.HeaderClassName
{
color: #84C191;
}
.AnyTagClassName
{
color: #84C191;
}
</style>
background-color css
<style>
a { background-color: #84C191; }
a { background-color: rgb(132,193,145); }
div.DivClassName
{
background-color: #84C191;
}
.BgClassName
{
background-color: #84C191;
}
</style>
border-color css
<style>
span { border-color: #84C191; }
span { border-color: rgb(132,193,145); }
td.TdClassName
{
border-color: #84C191;
}
.TagClassName
{
border-color: #84C191;
}
</style>