Shades of De York #82BD85
Tints of De York #82BD85
RGB
CMYK
RGB Variations
Color information
#82BD85 (or 0x82BD85) is known color: De York. HEX triplet: 82, BD and 85. RGB value is (130,189,133). Sum of RGB (Red+Green+Blue) = 130+189+133=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BD85 is #7D427A. Grayscale: #A5A5A5. Windows color (decimal): -8209019 or 8764802. OLE color: 8764802.
HSL color Cylindrical-coordinate representation of color #82BD85: hue angle of 123.05º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82BD85 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 189 | 133 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.26 |
| HSL | 123.05º | 0.31% | 0.63% | - |
| HSV(B) | 123.05º | 0.31% | 0.74% | - |
| XYZ | 31.64 | 42.83 | 28.79 | - |
| YUV | 164.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 133 | 0.31 | 0 | 0.30 | 0.26 | 123.05 | 0.31 | 0.63 |
| Hex | 82 | BD | 85 | 1F | 0 | 1E | 1A | 7B | 1F | 3F |
| Octal | 202 | 275 | 205 | 37 | 0 | 36 | 32 | 173 | 37 | 77 |
| Binary | 10000010 | 10111101 | 10000101 | 11111 | 0 | 11110 | 11010 | 1111011 | 11111 | 111111 |
Color Harmonies of #82BD85
Complementary color
Monochromatic Colors of #82BD85
Black with #82BD85
Text Example
Text Example
White with #82BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BD85; }
p { color: rgb(130,189,133); }
H1.HeaderClassName
{
color: #82BD85;
}
.AnyTagClassName
{
color: #82BD85;
}
</style>
background-color css
<style>
a { background-color: #82BD85; }
a { background-color: rgb(130,189,133); }
div.DivClassName
{
background-color: #82BD85;
}
.BgClassName
{
background-color: #82BD85;
}
</style>
border-color css
<style>
span { border-color: #82BD85; }
span { border-color: rgb(130,189,133); }
td.TdClassName
{
border-color: #82BD85;
}
.TagClassName
{
border-color: #82BD85;
}
</style>