Shades of De York #84BF7F
Tints of De York #84BF7F
RGB
CMYK
RGB Variations
Color information
#84BF7F (or 0x84BF7F) is known color: De York. HEX triplet: 84, BF and 7F. RGB value is (132,191,127). Sum of RGB (Red+Green+Blue) = 132+191+127=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BF7F is #7B4080. Grayscale: #A6A6A6. Windows color (decimal): -8077441 or 8372100. OLE color: 8372100.
HSL color Cylindrical-coordinate representation of color #84BF7F: hue angle of 115.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84BF7F is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 127 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.25 |
| HSL | 115.31º | 0.33% | 0.62% | - |
| HSV(B) | 115.31º | 0.34% | 0.75% | - |
| XYZ | 31.98 | 43.7 | 26.83 | - |
| YUV | 166.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 127 | 0.31 | 0 | 0.34 | 0.25 | 115.31 | 0.33 | 0.62 |
| Hex | 84 | BF | 7F | 1F | 0 | 22 | 19 | 73 | 21 | 3E |
| Octal | 204 | 277 | 177 | 37 | 0 | 42 | 31 | 163 | 41 | 76 |
| Binary | 10000100 | 10111111 | 1111111 | 11111 | 0 | 100010 | 11001 | 1110011 | 100001 | 111110 |
Color Harmonies of #84BF7F
Complementary color
Monochromatic Colors of #84BF7F
Black with #84BF7F
Text Example
Text Example
White with #84BF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BF7F; }
p { color: rgb(132,191,127); }
H1.HeaderClassName
{
color: #84BF7F;
}
.AnyTagClassName
{
color: #84BF7F;
}
</style>
background-color css
<style>
a { background-color: #84BF7F; }
a { background-color: rgb(132,191,127); }
div.DivClassName
{
background-color: #84BF7F;
}
.BgClassName
{
background-color: #84BF7F;
}
</style>
border-color css
<style>
span { border-color: #84BF7F; }
span { border-color: rgb(132,191,127); }
td.TdClassName
{
border-color: #84BF7F;
}
.TagClassName
{
border-color: #84BF7F;
}
</style>