Shades of De York #82D698
Tints of De York #82D698
RGB
CMYK
RGB Variations
Color information
#82D698 (or 0x82D698) is known color: De York. HEX triplet: 82, D6 and 98. RGB value is (130,214,152). Sum of RGB (Red+Green+Blue) = 130+214+152=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #82D698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D698 is #7D2967. Grayscale: #B5B5B5. Windows color (decimal): -8202600 or 10016386. OLE color: 10016386.
HSL color Cylindrical-coordinate representation of color #82D698: hue angle of 135.71º degrees, saturation: 0.51, 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 #82D698 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 214 | 152 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.16 |
| HSL | 135.71º | 0.51% | 0.67% | - |
| HSV(B) | 135.71º | 0.39% | 0.84% | - |
| XYZ | 38.92 | 55.11 | 38.29 | - |
| YUV | 181.82 | 111.17 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 214 | 152 | 0.39 | 0 | 0.29 | 0.16 | 135.71 | 0.51 | 0.67 |
| Hex | 82 | D6 | 98 | 27 | 0 | 1D | 10 | 88 | 33 | 43 |
| Octal | 202 | 326 | 230 | 47 | 0 | 35 | 20 | 210 | 63 | 103 |
| Binary | 10000010 | 11010110 | 10011000 | 100111 | 0 | 11101 | 10000 | 10001000 | 110011 | 1000011 |
Color Harmonies of #82D698
Complementary color
Monochromatic Colors of #82D698
Black with #82D698
Text Example
Text Example
White with #82D698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D698; }
p { color: rgb(130,214,152); }
H1.HeaderClassName
{
color: #82D698;
}
.AnyTagClassName
{
color: #82D698;
}
</style>
background-color css
<style>
a { background-color: #82D698; }
a { background-color: rgb(130,214,152); }
div.DivClassName
{
background-color: #82D698;
}
.BgClassName
{
background-color: #82D698;
}
</style>
border-color css
<style>
span { border-color: #82D698; }
span { border-color: rgb(130,214,152); }
td.TdClassName
{
border-color: #82D698;
}
.TagClassName
{
border-color: #82D698;
}
</style>