Shades of De York #82D191
Tints of De York #82D191
RGB
CMYK
RGB Variations
Color information
#82D191 (or 0x82D191) is known color: De York. HEX triplet: 82, D1 and 91. RGB value is (130,209,145). Sum of RGB (Red+Green+Blue) = 130+209+145=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #82D191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D191 is #7D2E6E. Grayscale: #B2B2B2. Windows color (decimal): -8203887 or 9556354. OLE color: 9556354.
HSL color Cylindrical-coordinate representation of color #82D191: hue angle of 131.39º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D191 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 209 | 145 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.18 |
| HSL | 131.39º | 0.46% | 0.66% | - |
| HSV(B) | 131.39º | 0.38% | 0.82% | - |
| XYZ | 37.12 | 52.39 | 34.94 | - |
| YUV | 178.08 | 109.33 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 209 | 145 | 0.38 | 0 | 0.31 | 0.18 | 131.39 | 0.46 | 0.66 |
| Hex | 82 | D1 | 91 | 26 | 0 | 1F | 12 | 83 | 2E | 42 |
| Octal | 202 | 321 | 221 | 46 | 0 | 37 | 22 | 203 | 56 | 102 |
| Binary | 10000010 | 11010001 | 10010001 | 100110 | 0 | 11111 | 10010 | 10000011 | 101110 | 1000010 |
Color Harmonies of #82D191
Complementary color
Monochromatic Colors of #82D191
Black with #82D191
Text Example
Text Example
White with #82D191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D191; }
p { color: rgb(130,209,145); }
H1.HeaderClassName
{
color: #82D191;
}
.AnyTagClassName
{
color: #82D191;
}
</style>
background-color css
<style>
a { background-color: #82D191; }
a { background-color: rgb(130,209,145); }
div.DivClassName
{
background-color: #82D191;
}
.BgClassName
{
background-color: #82D191;
}
</style>
border-color css
<style>
span { border-color: #82D191; }
span { border-color: rgb(130,209,145); }
td.TdClassName
{
border-color: #82D191;
}
.TagClassName
{
border-color: #82D191;
}
</style>