Shades of De York #84C075
Tints of De York #84C075
RGB
CMYK
RGB Variations
Color information
#84C075 (or 0x84C075) is known color: De York. HEX triplet: 84, C0 and 75. RGB value is (132,192,117). Sum of RGB (Red+Green+Blue) = 132+192+117=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #84C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C075 is #7B3F8A. Grayscale: #A5A5A5. Windows color (decimal): -8077195 or 7716996. OLE color: 7716996.
HSL color Cylindrical-coordinate representation of color #84C075: hue angle of 108º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84C075 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 117 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.25 |
| HSL | 108º | 0.37% | 0.61% | - |
| HSV(B) | 108º | 0.39% | 0.75% | - |
| XYZ | 31.58 | 43.89 | 23.64 | - |
| YUV | 165.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 117 | 0.31 | 0 | 0.39 | 0.25 | 108 | 0.37 | 0.61 |
| Hex | 84 | C0 | 75 | 1F | 0 | 27 | 19 | 6C | 25 | 3D |
| Octal | 204 | 300 | 165 | 37 | 0 | 47 | 31 | 154 | 45 | 75 |
| Binary | 10000100 | 11000000 | 1110101 | 11111 | 0 | 100111 | 11001 | 1101100 | 100101 | 111101 |
Color Harmonies of #84C075
Complementary color
Monochromatic Colors of #84C075
Black with #84C075
Text Example
Text Example
White with #84C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C075; }
p { color: rgb(132,192,117); }
H1.HeaderClassName
{
color: #84C075;
}
.AnyTagClassName
{
color: #84C075;
}
</style>
background-color css
<style>
a { background-color: #84C075; }
a { background-color: rgb(132,192,117); }
div.DivClassName
{
background-color: #84C075;
}
.BgClassName
{
background-color: #84C075;
}
</style>
border-color css
<style>
span { border-color: #84C075; }
span { border-color: rgb(132,192,117); }
td.TdClassName
{
border-color: #84C075;
}
.TagClassName
{
border-color: #84C075;
}
</style>