Shades of De York #82BE7D
Tints of De York #82BE7D
RGB
CMYK
RGB Variations
Color information
#82BE7D (or 0x82BE7D) is known color: De York. HEX triplet: 82, BE and 7D. RGB value is (130,190,125). Sum of RGB (Red+Green+Blue) = 130+190+125=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BE7D is #7D4182. Grayscale: #A4A4A4. Windows color (decimal): -8208771 or 8240770. OLE color: 8240770.
HSL color Cylindrical-coordinate representation of color #82BE7D: hue angle of 115.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82BE7D is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 125 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.25 |
| HSL | 115.38º | 0.33% | 0.62% | - |
| HSV(B) | 115.38º | 0.34% | 0.75% | - |
| XYZ | 31.32 | 43.05 | 26.06 | - |
| YUV | 164.65 | 105.62 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 125 | 0.32 | 0 | 0.34 | 0.25 | 115.38 | 0.33 | 0.62 |
| Hex | 82 | BE | 7D | 20 | 0 | 22 | 19 | 73 | 21 | 3E |
| Octal | 202 | 276 | 175 | 40 | 0 | 42 | 31 | 163 | 41 | 76 |
| Binary | 10000010 | 10111110 | 1111101 | 100000 | 0 | 100010 | 11001 | 1110011 | 100001 | 111110 |
Color Harmonies of #82BE7D
Complementary color
Monochromatic Colors of #82BE7D
Black with #82BE7D
Text Example
Text Example
White with #82BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE7D; }
p { color: rgb(130,190,125); }
H1.HeaderClassName
{
color: #82BE7D;
}
.AnyTagClassName
{
color: #82BE7D;
}
</style>
background-color css
<style>
a { background-color: #82BE7D; }
a { background-color: rgb(130,190,125); }
div.DivClassName
{
background-color: #82BE7D;
}
.BgClassName
{
background-color: #82BE7D;
}
</style>
border-color css
<style>
span { border-color: #82BE7D; }
span { border-color: rgb(130,190,125); }
td.TdClassName
{
border-color: #82BE7D;
}
.TagClassName
{
border-color: #82BE7D;
}
</style>