Shades of De York #84BF8A
Tints of De York #84BF8A
RGB
CMYK
RGB Variations
Color information
#84BF8A (or 0x84BF8A) is known color: De York. HEX triplet: 84, BF and 8A. RGB value is (132,191,138). Sum of RGB (Red+Green+Blue) = 132+191+138=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BF8A is #7B4075. Grayscale: #A7A7A7. Windows color (decimal): -8077430 or 9092996. OLE color: 9092996.
HSL color Cylindrical-coordinate representation of color #84BF8A: hue angle of 126.1º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BF8A is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 138 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.25 |
| HSL | 126.1º | 0.32% | 0.63% | - |
| HSV(B) | 126.1º | 0.31% | 0.75% | - |
| XYZ | 32.73 | 44 | 30.81 | - |
| YUV | 167.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 138 | 0.31 | 0 | 0.28 | 0.25 | 126.1 | 0.32 | 0.63 |
| Hex | 84 | BF | 8A | 1F | 0 | 1C | 19 | 7E | 20 | 3F |
| Octal | 204 | 277 | 212 | 37 | 0 | 34 | 31 | 176 | 40 | 77 |
| Binary | 10000100 | 10111111 | 10001010 | 11111 | 0 | 11100 | 11001 | 1111110 | 100000 | 111111 |
Color Harmonies of #84BF8A
Complementary color
Monochromatic Colors of #84BF8A
Black with #84BF8A
Text Example
Text Example
White with #84BF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BF8A; }
p { color: rgb(132,191,138); }
H1.HeaderClassName
{
color: #84BF8A;
}
.AnyTagClassName
{
color: #84BF8A;
}
</style>
background-color css
<style>
a { background-color: #84BF8A; }
a { background-color: rgb(132,191,138); }
div.DivClassName
{
background-color: #84BF8A;
}
.BgClassName
{
background-color: #84BF8A;
}
</style>
border-color css
<style>
span { border-color: #84BF8A; }
span { border-color: rgb(132,191,138); }
td.TdClassName
{
border-color: #84BF8A;
}
.TagClassName
{
border-color: #84BF8A;
}
</style>