Shades of De York #84BC7E
Tints of De York #84BC7E
RGB
CMYK
RGB Variations
Color information
#84BC7E (or 0x84BC7E) is known color: De York. HEX triplet: 84, BC and 7E. RGB value is (132,188,126). Sum of RGB (Red+Green+Blue) = 132+188+126=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BC7E is #7B4381. Grayscale: #A4A4A4. Windows color (decimal): -8078210 or 8305796. OLE color: 8305796.
HSL color Cylindrical-coordinate representation of color #84BC7E: hue angle of 114.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84BC7E is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 126 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.26 |
| HSL | 114.19º | 0.32% | 0.62% | - |
| HSV(B) | 114.19º | 0.33% | 0.74% | - |
| XYZ | 31.26 | 42.38 | 26.27 | - |
| YUV | 164.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 126 | 0.30 | 0 | 0.33 | 0.26 | 114.19 | 0.32 | 0.62 |
| Hex | 84 | BC | 7E | 1E | 0 | 21 | 1A | 72 | 20 | 3E |
| Octal | 204 | 274 | 176 | 36 | 0 | 41 | 32 | 162 | 40 | 76 |
| Binary | 10000100 | 10111100 | 1111110 | 11110 | 0 | 100001 | 11010 | 1110010 | 100000 | 111110 |
Color Harmonies of #84BC7E
Complementary color
Monochromatic Colors of #84BC7E
Black with #84BC7E
Text Example
Text Example
White with #84BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC7E; }
p { color: rgb(132,188,126); }
H1.HeaderClassName
{
color: #84BC7E;
}
.AnyTagClassName
{
color: #84BC7E;
}
</style>
background-color css
<style>
a { background-color: #84BC7E; }
a { background-color: rgb(132,188,126); }
div.DivClassName
{
background-color: #84BC7E;
}
.BgClassName
{
background-color: #84BC7E;
}
</style>
border-color css
<style>
span { border-color: #84BC7E; }
span { border-color: rgb(132,188,126); }
td.TdClassName
{
border-color: #84BC7E;
}
.TagClassName
{
border-color: #84BC7E;
}
</style>