Shades of De York #82BE75
Tints of De York #82BE75
RGB
CMYK
RGB Variations
Color information
#82BE75 (or 0x82BE75) is known color: De York. HEX triplet: 82, BE and 75. RGB value is (130,190,117). Sum of RGB (Red+Green+Blue) = 130+190+117=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BE75 is #7D418A. Grayscale: #A3A3A3. Windows color (decimal): -8208779 or 7716482. OLE color: 7716482.
HSL color Cylindrical-coordinate representation of color #82BE75: hue angle of 109.32º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82BE75 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 117 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.25 |
| HSL | 109.32º | 0.36% | 0.6% | - |
| HSV(B) | 109.32º | 0.38% | 0.75% | - |
| XYZ | 30.83 | 42.86 | 23.48 | - |
| YUV | 163.74 | 101.62 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 117 | 0.32 | 0 | 0.38 | 0.25 | 109.32 | 0.36 | 0.6 |
| Hex | 82 | BE | 75 | 20 | 0 | 26 | 19 | 6D | 24 | 3C |
| Octal | 202 | 276 | 165 | 40 | 0 | 46 | 31 | 155 | 44 | 74 |
| Binary | 10000010 | 10111110 | 1110101 | 100000 | 0 | 100110 | 11001 | 1101101 | 100100 | 111100 |
Color Harmonies of #82BE75
Complementary color
Monochromatic Colors of #82BE75
Black with #82BE75
Text Example
Text Example
White with #82BE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE75; }
p { color: rgb(130,190,117); }
H1.HeaderClassName
{
color: #82BE75;
}
.AnyTagClassName
{
color: #82BE75;
}
</style>
background-color css
<style>
a { background-color: #82BE75; }
a { background-color: rgb(130,190,117); }
div.DivClassName
{
background-color: #82BE75;
}
.BgClassName
{
background-color: #82BE75;
}
</style>
border-color css
<style>
span { border-color: #82BE75; }
span { border-color: rgb(130,190,117); }
td.TdClassName
{
border-color: #82BE75;
}
.TagClassName
{
border-color: #82BE75;
}
</style>