Shades of De York #84BF81
Tints of De York #84BF81
RGB
CMYK
RGB Variations
Color information
#84BF81 (or 0x84BF81) is known color: De York. HEX triplet: 84, BF and 81. RGB value is (132,191,129). Sum of RGB (Red+Green+Blue) = 132+191+129=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BF81 is #7B407E. Grayscale: #A6A6A6. Windows color (decimal): -8077439 or 8503172. OLE color: 8503172.
HSL color Cylindrical-coordinate representation of color #84BF81: hue angle of 117.1º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84BF81 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 129 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.25 |
| HSL | 117.1º | 0.33% | 0.63% | - |
| HSV(B) | 117.1º | 0.32% | 0.75% | - |
| XYZ | 32.11 | 43.75 | 27.52 | - |
| YUV | 166.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 129 | 0.31 | 0 | 0.32 | 0.25 | 117.1 | 0.33 | 0.63 |
| Hex | 84 | BF | 81 | 1F | 0 | 20 | 19 | 75 | 21 | 3F |
| Octal | 204 | 277 | 201 | 37 | 0 | 40 | 31 | 165 | 41 | 77 |
| Binary | 10000100 | 10111111 | 10000001 | 11111 | 0 | 100000 | 11001 | 1110101 | 100001 | 111111 |
Color Harmonies of #84BF81
Complementary color
Monochromatic Colors of #84BF81
Black with #84BF81
Text Example
Text Example
White with #84BF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BF81; }
p { color: rgb(132,191,129); }
H1.HeaderClassName
{
color: #84BF81;
}
.AnyTagClassName
{
color: #84BF81;
}
</style>
background-color css
<style>
a { background-color: #84BF81; }
a { background-color: rgb(132,191,129); }
div.DivClassName
{
background-color: #84BF81;
}
.BgClassName
{
background-color: #84BF81;
}
</style>
border-color css
<style>
span { border-color: #84BF81; }
span { border-color: rgb(132,191,129); }
td.TdClassName
{
border-color: #84BF81;
}
.TagClassName
{
border-color: #84BF81;
}
</style>