Shades of De York #82D58B
Tints of De York #82D58B
RGB
CMYK
RGB Variations
Color information
#82D58B (or 0x82D58B) is known color: De York. HEX triplet: 82, D5 and 8B. RGB value is (130,213,139). Sum of RGB (Red+Green+Blue) = 130+213+139=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #82D58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D58B is #7D2A74. Grayscale: #B3B3B3. Windows color (decimal): -8202869 or 9164162. OLE color: 9164162.
HSL color Cylindrical-coordinate representation of color #82D58B: hue angle of 126.51º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D58B is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 213 | 139 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.16 |
| HSL | 126.51º | 0.5% | 0.67% | - |
| HSV(B) | 126.51º | 0.39% | 0.84% | - |
| XYZ | 37.66 | 54.2 | 32.9 | - |
| YUV | 179.75 | 105 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 213 | 139 | 0.39 | 0 | 0.35 | 0.16 | 126.51 | 0.5 | 0.67 |
| Hex | 82 | D5 | 8B | 27 | 0 | 23 | 10 | 7F | 32 | 43 |
| Octal | 202 | 325 | 213 | 47 | 0 | 43 | 20 | 177 | 62 | 103 |
| Binary | 10000010 | 11010101 | 10001011 | 100111 | 0 | 100011 | 10000 | 1111111 | 110010 | 1000011 |
Color Harmonies of #82D58B
Complementary color
Monochromatic Colors of #82D58B
Black with #82D58B
Text Example
Text Example
White with #82D58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D58B; }
p { color: rgb(130,213,139); }
H1.HeaderClassName
{
color: #82D58B;
}
.AnyTagClassName
{
color: #82D58B;
}
</style>
background-color css
<style>
a { background-color: #82D58B; }
a { background-color: rgb(130,213,139); }
div.DivClassName
{
background-color: #82D58B;
}
.BgClassName
{
background-color: #82D58B;
}
</style>
border-color css
<style>
span { border-color: #82D58B; }
span { border-color: rgb(130,213,139); }
td.TdClassName
{
border-color: #82D58B;
}
.TagClassName
{
border-color: #82D58B;
}
</style>