Shades of De York #82CE93
Tints of De York #82CE93
RGB
CMYK
RGB Variations
Color information
#82CE93 (or 0x82CE93) is known color: De York. HEX triplet: 82, CE and 93. RGB value is (130,206,147). Sum of RGB (Red+Green+Blue) = 130+206+147=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CE93 is #7D316C. Grayscale: #B0B0B0. Windows color (decimal): -8204653 or 9686658. OLE color: 9686658.
HSL color Cylindrical-coordinate representation of color #82CE93: hue angle of 133.42º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CE93 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 147 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.19 |
| HSL | 133.42º | 0.44% | 0.66% | - |
| HSV(B) | 133.42º | 0.37% | 0.81% | - |
| XYZ | 36.54 | 51 | 35.52 | - |
| YUV | 176.55 | 111.32 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 147 | 0.37 | 0 | 0.29 | 0.19 | 133.42 | 0.44 | 0.66 |
| Hex | 82 | CE | 93 | 25 | 0 | 1D | 13 | 85 | 2C | 42 |
| Octal | 202 | 316 | 223 | 45 | 0 | 35 | 23 | 205 | 54 | 102 |
| Binary | 10000010 | 11001110 | 10010011 | 100101 | 0 | 11101 | 10011 | 10000101 | 101100 | 1000010 |
Color Harmonies of #82CE93
Complementary color
Monochromatic Colors of #82CE93
Black with #82CE93
Text Example
Text Example
White with #82CE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CE93; }
p { color: rgb(130,206,147); }
H1.HeaderClassName
{
color: #82CE93;
}
.AnyTagClassName
{
color: #82CE93;
}
</style>
background-color css
<style>
a { background-color: #82CE93; }
a { background-color: rgb(130,206,147); }
div.DivClassName
{
background-color: #82CE93;
}
.BgClassName
{
background-color: #82CE93;
}
</style>
border-color css
<style>
span { border-color: #82CE93; }
span { border-color: rgb(130,206,147); }
td.TdClassName
{
border-color: #82CE93;
}
.TagClassName
{
border-color: #82CE93;
}
</style>