Shades of De York #82CC8E
Tints of De York #82CC8E
RGB
CMYK
RGB Variations
Color information
#82CC8E (or 0x82CC8E) is known color: De York. HEX triplet: 82, CC and 8E. RGB value is (130,204,142). Sum of RGB (Red+Green+Blue) = 130+204+142=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CC8E is #7D3371. Grayscale: #AEAEAE. Windows color (decimal): -8205170 or 9358466. OLE color: 9358466.
HSL color Cylindrical-coordinate representation of color #82CC8E: hue angle of 129.73º 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 #82CC8E is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 204 | 142 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.2 |
| HSL | 129.73º | 0.42% | 0.65% | - |
| HSV(B) | 129.73º | 0.36% | 0.8% | - |
| XYZ | 35.68 | 49.88 | 33.34 | - |
| YUV | 174.81 | 109.48 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 204 | 142 | 0.36 | 0 | 0.30 | 0.2 | 129.73 | 0.42 | 0.65 |
| Hex | 82 | CC | 8E | 24 | 0 | 1E | 14 | 82 | 2A | 41 |
| Octal | 202 | 314 | 216 | 44 | 0 | 36 | 24 | 202 | 52 | 101 |
| Binary | 10000010 | 11001100 | 10001110 | 100100 | 0 | 11110 | 10100 | 10000010 | 101010 | 1000001 |
Color Harmonies of #82CC8E
Complementary color
Monochromatic Colors of #82CC8E
Black with #82CC8E
Text Example
Text Example
White with #82CC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CC8E; }
p { color: rgb(130,204,142); }
H1.HeaderClassName
{
color: #82CC8E;
}
.AnyTagClassName
{
color: #82CC8E;
}
</style>
background-color css
<style>
a { background-color: #82CC8E; }
a { background-color: rgb(130,204,142); }
div.DivClassName
{
background-color: #82CC8E;
}
.BgClassName
{
background-color: #82CC8E;
}
</style>
border-color css
<style>
span { border-color: #82CC8E; }
span { border-color: rgb(130,204,142); }
td.TdClassName
{
border-color: #82CC8E;
}
.TagClassName
{
border-color: #82CC8E;
}
</style>