Shades of De York #82BF8A
Tints of De York #82BF8A
RGB
CMYK
RGB Variations
Color information
#82BF8A (or 0x82BF8A) is known color: De York. HEX triplet: 82, BF and 8A. RGB value is (130,191,138). Sum of RGB (Red+Green+Blue) = 130+191+138=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BF8A is #7D4075. Grayscale: #A6A6A6. Windows color (decimal): -8208502 or 9092994. OLE color: 9092994.
HSL color Cylindrical-coordinate representation of color #82BF8A: hue angle of 127.87º degrees, saturation: 0.32, 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 #82BF8A is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 191 | 138 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.25 |
| HSL | 127.87º | 0.32% | 0.63% | - |
| HSV(B) | 127.87º | 0.32% | 0.75% | - |
| XYZ | 32.42 | 43.84 | 30.8 | - |
| YUV | 166.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 191 | 138 | 0.32 | 0 | 0.28 | 0.25 | 127.87 | 0.32 | 0.63 |
| Hex | 82 | BF | 8A | 20 | 0 | 1C | 19 | 80 | 20 | 3F |
| Octal | 202 | 277 | 212 | 40 | 0 | 34 | 31 | 200 | 40 | 77 |
| Binary | 10000010 | 10111111 | 10001010 | 100000 | 0 | 11100 | 11001 | 10000000 | 100000 | 111111 |
Color Harmonies of #82BF8A
Complementary color
Monochromatic Colors of #82BF8A
Black with #82BF8A
Text Example
Text Example
White with #82BF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BF8A; }
p { color: rgb(130,191,138); }
H1.HeaderClassName
{
color: #82BF8A;
}
.AnyTagClassName
{
color: #82BF8A;
}
</style>
background-color css
<style>
a { background-color: #82BF8A; }
a { background-color: rgb(130,191,138); }
div.DivClassName
{
background-color: #82BF8A;
}
.BgClassName
{
background-color: #82BF8A;
}
</style>
border-color css
<style>
span { border-color: #82BF8A; }
span { border-color: rgb(130,191,138); }
td.TdClassName
{
border-color: #82BF8A;
}
.TagClassName
{
border-color: #82BF8A;
}
</style>