Shades of De York #84BC78
Tints of De York #84BC78
RGB
CMYK
RGB Variations
Color information
#84BC78 (or 0x84BC78) is known color: De York. HEX triplet: 84, BC and 78. RGB value is (132,188,120). Sum of RGB (Red+Green+Blue) = 132+188+120=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BC78 is #7B4387. Grayscale: #A3A3A3. Windows color (decimal): -8078216 or 7912580. OLE color: 7912580.
HSL color Cylindrical-coordinate representation of color #84BC78: hue angle of 109.41º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84BC78 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 120 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.26 |
| HSL | 109.41º | 0.34% | 0.6% | - |
| HSV(B) | 109.41º | 0.36% | 0.74% | - |
| XYZ | 30.89 | 42.23 | 24.29 | - |
| YUV | 163.5 | 103.45 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 120 | 0.30 | 0 | 0.36 | 0.26 | 109.41 | 0.34 | 0.6 |
| Hex | 84 | BC | 78 | 1E | 0 | 24 | 1A | 6D | 22 | 3C |
| Octal | 204 | 274 | 170 | 36 | 0 | 44 | 32 | 155 | 42 | 74 |
| Binary | 10000100 | 10111100 | 1111000 | 11110 | 0 | 100100 | 11010 | 1101101 | 100010 | 111100 |
Color Harmonies of #84BC78
Complementary color
Monochromatic Colors of #84BC78
Black with #84BC78
Text Example
Text Example
White with #84BC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC78; }
p { color: rgb(132,188,120); }
H1.HeaderClassName
{
color: #84BC78;
}
.AnyTagClassName
{
color: #84BC78;
}
</style>
background-color css
<style>
a { background-color: #84BC78; }
a { background-color: rgb(132,188,120); }
div.DivClassName
{
background-color: #84BC78;
}
.BgClassName
{
background-color: #84BC78;
}
</style>
border-color css
<style>
span { border-color: #84BC78; }
span { border-color: rgb(132,188,120); }
td.TdClassName
{
border-color: #84BC78;
}
.TagClassName
{
border-color: #84BC78;
}
</style>