Shades of De York #84BF7D
Tints of De York #84BF7D
RGB
CMYK
RGB Variations
Color information
#84BF7D (or 0x84BF7D) is known color: De York. HEX triplet: 84, BF and 7D. RGB value is (132,191,125). Sum of RGB (Red+Green+Blue) = 132+191+125=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BF7D is #7B4082. Grayscale: #A6A6A6. Windows color (decimal): -8077443 or 8241028. OLE color: 8241028.
HSL color Cylindrical-coordinate representation of color #84BF7D: hue angle of 113.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84BF7D is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 125 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.25 |
| HSL | 113.64º | 0.34% | 0.62% | - |
| HSV(B) | 113.64º | 0.35% | 0.75% | - |
| XYZ | 31.85 | 43.65 | 26.15 | - |
| YUV | 165.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 125 | 0.31 | 0 | 0.35 | 0.25 | 113.64 | 0.34 | 0.62 |
| Hex | 84 | BF | 7D | 1F | 0 | 23 | 19 | 72 | 22 | 3E |
| Octal | 204 | 277 | 175 | 37 | 0 | 43 | 31 | 162 | 42 | 76 |
| Binary | 10000100 | 10111111 | 1111101 | 11111 | 0 | 100011 | 11001 | 1110010 | 100010 | 111110 |
Color Harmonies of #84BF7D
Complementary color
Monochromatic Colors of #84BF7D
Black with #84BF7D
Text Example
Text Example
White with #84BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BF7D; }
p { color: rgb(132,191,125); }
H1.HeaderClassName
{
color: #84BF7D;
}
.AnyTagClassName
{
color: #84BF7D;
}
</style>
background-color css
<style>
a { background-color: #84BF7D; }
a { background-color: rgb(132,191,125); }
div.DivClassName
{
background-color: #84BF7D;
}
.BgClassName
{
background-color: #84BF7D;
}
</style>
border-color css
<style>
span { border-color: #84BF7D; }
span { border-color: rgb(132,191,125); }
td.TdClassName
{
border-color: #84BF7D;
}
.TagClassName
{
border-color: #84BF7D;
}
</style>