Shades of De York #84BD78
Tints of De York #84BD78
RGB
CMYK
RGB Variations
Color information
#84BD78 (or 0x84BD78) is known color: De York. HEX triplet: 84, BD and 78. RGB value is (132,189,120). Sum of RGB (Red+Green+Blue) = 132+189+120=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BD78 is #7B4287. Grayscale: #A4A4A4. Windows color (decimal): -8077960 or 7912836. OLE color: 7912836.
HSL color Cylindrical-coordinate representation of color #84BD78: hue angle of 109.57º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84BD78 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 189 | 120 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.26 |
| HSL | 109.57º | 0.34% | 0.61% | - |
| HSV(B) | 109.57º | 0.37% | 0.74% | - |
| XYZ | 31.1 | 42.66 | 24.36 | - |
| YUV | 164.09 | 103.12 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 120 | 0.30 | 0 | 0.37 | 0.26 | 109.57 | 0.34 | 0.61 |
| Hex | 84 | BD | 78 | 1E | 0 | 25 | 1A | 6E | 22 | 3D |
| Octal | 204 | 275 | 170 | 36 | 0 | 45 | 32 | 156 | 42 | 75 |
| Binary | 10000100 | 10111101 | 1111000 | 11110 | 0 | 100101 | 11010 | 1101110 | 100010 | 111101 |
Color Harmonies of #84BD78
Complementary color
Monochromatic Colors of #84BD78
Black with #84BD78
Text Example
Text Example
White with #84BD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BD78; }
p { color: rgb(132,189,120); }
H1.HeaderClassName
{
color: #84BD78;
}
.AnyTagClassName
{
color: #84BD78;
}
</style>
background-color css
<style>
a { background-color: #84BD78; }
a { background-color: rgb(132,189,120); }
div.DivClassName
{
background-color: #84BD78;
}
.BgClassName
{
background-color: #84BD78;
}
</style>
border-color css
<style>
span { border-color: #84BD78; }
span { border-color: rgb(132,189,120); }
td.TdClassName
{
border-color: #84BD78;
}
.TagClassName
{
border-color: #84BD78;
}
</style>