Shades of De York #82B97D
Tints of De York #82B97D
RGB
CMYK
RGB Variations
Color information
#82B97D (or 0x82B97D) is known color: De York. HEX triplet: 82, B9 and 7D. RGB value is (130,185,125). Sum of RGB (Red+Green+Blue) = 130+185+125=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #82B97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B97D is #7D4682. Grayscale: #A1A1A1. Windows color (decimal): -8210051 or 8239490. OLE color: 8239490.
HSL color Cylindrical-coordinate representation of color #82B97D: hue angle of 115º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82B97D is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 185 | 125 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.27 |
| HSL | 115º | 0.3% | 0.61% | - |
| HSV(B) | 115º | 0.32% | 0.73% | - |
| XYZ | 30.26 | 40.92 | 25.71 | - |
| YUV | 161.72 | 107.28 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 185 | 125 | 0.30 | 0 | 0.32 | 0.27 | 115 | 0.3 | 0.61 |
| Hex | 82 | B9 | 7D | 1E | 0 | 20 | 1B | 73 | 1E | 3D |
| Octal | 202 | 271 | 175 | 36 | 0 | 40 | 33 | 163 | 36 | 75 |
| Binary | 10000010 | 10111001 | 1111101 | 11110 | 0 | 100000 | 11011 | 1110011 | 11110 | 111101 |
Color Harmonies of #82B97D
Complementary color
Monochromatic Colors of #82B97D
Black with #82B97D
Text Example
Text Example
White with #82B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B97D; }
p { color: rgb(130,185,125); }
H1.HeaderClassName
{
color: #82B97D;
}
.AnyTagClassName
{
color: #82B97D;
}
</style>
background-color css
<style>
a { background-color: #82B97D; }
a { background-color: rgb(130,185,125); }
div.DivClassName
{
background-color: #82B97D;
}
.BgClassName
{
background-color: #82B97D;
}
</style>
border-color css
<style>
span { border-color: #82B97D; }
span { border-color: rgb(130,185,125); }
td.TdClassName
{
border-color: #82B97D;
}
.TagClassName
{
border-color: #82B97D;
}
</style>