Shades of De York #84C184
Tints of De York #84C184
RGB
CMYK
RGB Variations
Color information
#84C184 (or 0x84C184) is known color: De York. HEX triplet: 84, C1 and 84. RGB value is (132,193,132). Sum of RGB (Red+Green+Blue) = 132+193+132=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #84C184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C184 is #7B3E7B. Grayscale: #A7A7A7. Windows color (decimal): -8076924 or 8700292. OLE color: 8700292.
HSL color Cylindrical-coordinate representation of color #84C184: hue angle of 120º 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 #84C184 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 132 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.24 |
| HSL | 120º | 0.33% | 0.64% | - |
| HSV(B) | 120º | 0.32% | 0.76% | - |
| XYZ | 32.75 | 44.71 | 28.73 | - |
| YUV | 167.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 132 | 0.32 | 0 | 0.32 | 0.24 | 120 | 0.33 | 0.64 |
| Hex | 84 | C1 | 84 | 20 | 0 | 20 | 18 | 78 | 21 | 40 |
| Octal | 204 | 301 | 204 | 40 | 0 | 40 | 30 | 170 | 41 | 100 |
| Binary | 10000100 | 11000001 | 10000100 | 100000 | 0 | 100000 | 11000 | 1111000 | 100001 | 1000000 |
Color Harmonies of #84C184
Complementary color
Monochromatic Colors of #84C184
Black with #84C184
Text Example
Text Example
White with #84C184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C184; }
p { color: rgb(132,193,132); }
H1.HeaderClassName
{
color: #84C184;
}
.AnyTagClassName
{
color: #84C184;
}
</style>
background-color css
<style>
a { background-color: #84C184; }
a { background-color: rgb(132,193,132); }
div.DivClassName
{
background-color: #84C184;
}
.BgClassName
{
background-color: #84C184;
}
</style>
border-color css
<style>
span { border-color: #84C184; }
span { border-color: rgb(132,193,132); }
td.TdClassName
{
border-color: #84C184;
}
.TagClassName
{
border-color: #84C184;
}
</style>