Shades of De York #82CC86
Tints of De York #82CC86
RGB
CMYK
RGB Variations
Color information
#82CC86 (or 0x82CC86) is known color: De York. HEX triplet: 82, CC and 86. RGB value is (130,204,134). Sum of RGB (Red+Green+Blue) = 130+204+134=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CC86 is #7D3379. Grayscale: #AEAEAE. Windows color (decimal): -8205178 or 8834178. OLE color: 8834178.
HSL color Cylindrical-coordinate representation of color #82CC86: hue angle of 123.24º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CC86 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 204 | 134 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.2 |
| HSL | 123.24º | 0.42% | 0.65% | - |
| HSV(B) | 123.24º | 0.36% | 0.8% | - |
| XYZ | 35.1 | 49.65 | 30.29 | - |
| YUV | 173.89 | 105.48 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 204 | 134 | 0.36 | 0 | 0.34 | 0.2 | 123.24 | 0.42 | 0.65 |
| Hex | 82 | CC | 86 | 24 | 0 | 22 | 14 | 7B | 2A | 41 |
| Octal | 202 | 314 | 206 | 44 | 0 | 42 | 24 | 173 | 52 | 101 |
| Binary | 10000010 | 11001100 | 10000110 | 100100 | 0 | 100010 | 10100 | 1111011 | 101010 | 1000001 |
Color Harmonies of #82CC86
Complementary color
Monochromatic Colors of #82CC86
Black with #82CC86
Text Example
Text Example
White with #82CC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CC86; }
p { color: rgb(130,204,134); }
H1.HeaderClassName
{
color: #82CC86;
}
.AnyTagClassName
{
color: #82CC86;
}
</style>
background-color css
<style>
a { background-color: #82CC86; }
a { background-color: rgb(130,204,134); }
div.DivClassName
{
background-color: #82CC86;
}
.BgClassName
{
background-color: #82CC86;
}
</style>
border-color css
<style>
span { border-color: #82CC86; }
span { border-color: rgb(130,204,134); }
td.TdClassName
{
border-color: #82CC86;
}
.TagClassName
{
border-color: #82CC86;
}
</style>