Shades of De York #84BE7A
Tints of De York #84BE7A
RGB
CMYK
RGB Variations
Color information
#84BE7A (or 0x84BE7A) is known color: De York. HEX triplet: 84, BE and 7A. RGB value is (132,190,122). Sum of RGB (Red+Green+Blue) = 132+190+122=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #84BE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BE7A is #7B4185. Grayscale: #A5A5A5. Windows color (decimal): -8077702 or 8044164. OLE color: 8044164.
HSL color Cylindrical-coordinate representation of color #84BE7A: hue angle of 111.18º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84BE7A is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 190 | 122 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.25 |
| HSL | 111.18º | 0.34% | 0.61% | - |
| HSV(B) | 111.18º | 0.36% | 0.75% | - |
| XYZ | 31.44 | 43.14 | 25.08 | - |
| YUV | 164.91 | 103.78 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 122 | 0.31 | 0 | 0.36 | 0.25 | 111.18 | 0.34 | 0.61 |
| Hex | 84 | BE | 7A | 1F | 0 | 24 | 19 | 6F | 22 | 3D |
| Octal | 204 | 276 | 172 | 37 | 0 | 44 | 31 | 157 | 42 | 75 |
| Binary | 10000100 | 10111110 | 1111010 | 11111 | 0 | 100100 | 11001 | 1101111 | 100010 | 111101 |
Color Harmonies of #84BE7A
Complementary color
Monochromatic Colors of #84BE7A
Black with #84BE7A
Text Example
Text Example
White with #84BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BE7A; }
p { color: rgb(132,190,122); }
H1.HeaderClassName
{
color: #84BE7A;
}
.AnyTagClassName
{
color: #84BE7A;
}
</style>
background-color css
<style>
a { background-color: #84BE7A; }
a { background-color: rgb(132,190,122); }
div.DivClassName
{
background-color: #84BE7A;
}
.BgClassName
{
background-color: #84BE7A;
}
</style>
border-color css
<style>
span { border-color: #84BE7A; }
span { border-color: rgb(132,190,122); }
td.TdClassName
{
border-color: #84BE7A;
}
.TagClassName
{
border-color: #84BE7A;
}
</style>