Shades of De York #84C775
Tints of De York #84C775
RGB
CMYK
RGB Variations
Color information
#84C775 (or 0x84C775) is known color: De York. HEX triplet: 84, C7 and 75. RGB value is (132,199,117). Sum of RGB (Red+Green+Blue) = 132+199+117=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 199 - color contains mainly: green. Hex color #84C775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C775 is #7B388A. Grayscale: #A9A9A9. Windows color (decimal): -8075403 or 7718788. OLE color: 7718788.
HSL color Cylindrical-coordinate representation of color #84C775: hue angle of 109.02º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84C775 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 199 | 117 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.22 |
| HSL | 109.02º | 0.42% | 0.62% | - |
| HSV(B) | 109.02º | 0.41% | 0.78% | - |
| XYZ | 33.15 | 47.04 | 24.16 | - |
| YUV | 169.62 | 98.3 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 199 | 117 | 0.34 | 0 | 0.41 | 0.22 | 109.02 | 0.42 | 0.62 |
| Hex | 84 | C7 | 75 | 22 | 0 | 29 | 16 | 6D | 2A | 3E |
| Octal | 204 | 307 | 165 | 42 | 0 | 51 | 26 | 155 | 52 | 76 |
| Binary | 10000100 | 11000111 | 1110101 | 100010 | 0 | 101001 | 10110 | 1101101 | 101010 | 111110 |
Color Harmonies of #84C775
Complementary color
Monochromatic Colors of #84C775
Black with #84C775
Text Example
Text Example
White with #84C775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C775; }
p { color: rgb(132,199,117); }
H1.HeaderClassName
{
color: #84C775;
}
.AnyTagClassName
{
color: #84C775;
}
</style>
background-color css
<style>
a { background-color: #84C775; }
a { background-color: rgb(132,199,117); }
div.DivClassName
{
background-color: #84C775;
}
.BgClassName
{
background-color: #84C775;
}
</style>
border-color css
<style>
span { border-color: #84C775; }
span { border-color: rgb(132,199,117); }
td.TdClassName
{
border-color: #84C775;
}
.TagClassName
{
border-color: #84C775;
}
</style>