Shades of De York #82CE7D
Tints of De York #82CE7D
RGB
CMYK
RGB Variations
Color information
#82CE7D (or 0x82CE7D) is known color: De York. HEX triplet: 82, CE and 7D. RGB value is (130,206,125). Sum of RGB (Red+Green+Blue) = 130+206+125=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CE7D is #7D3182. Grayscale: #AEAEAE. Windows color (decimal): -8204675 or 8244866. OLE color: 8244866.
HSL color Cylindrical-coordinate representation of color #82CE7D: hue angle of 116.3º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82CE7D is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 125 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.19 |
| HSL | 116.3º | 0.45% | 0.65% | - |
| HSV(B) | 116.3º | 0.39% | 0.81% | - |
| XYZ | 34.98 | 50.37 | 27.28 | - |
| YUV | 174.04 | 100.32 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 125 | 0.37 | 0 | 0.39 | 0.19 | 116.3 | 0.45 | 0.65 |
| Hex | 82 | CE | 7D | 25 | 0 | 27 | 13 | 74 | 2D | 41 |
| Octal | 202 | 316 | 175 | 45 | 0 | 47 | 23 | 164 | 55 | 101 |
| Binary | 10000010 | 11001110 | 1111101 | 100101 | 0 | 100111 | 10011 | 1110100 | 101101 | 1000001 |
Color Harmonies of #82CE7D
Complementary color
Monochromatic Colors of #82CE7D
Black with #82CE7D
Text Example
Text Example
White with #82CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CE7D; }
p { color: rgb(130,206,125); }
H1.HeaderClassName
{
color: #82CE7D;
}
.AnyTagClassName
{
color: #82CE7D;
}
</style>
background-color css
<style>
a { background-color: #82CE7D; }
a { background-color: rgb(130,206,125); }
div.DivClassName
{
background-color: #82CE7D;
}
.BgClassName
{
background-color: #82CE7D;
}
</style>
border-color css
<style>
span { border-color: #82CE7D; }
span { border-color: rgb(130,206,125); }
td.TdClassName
{
border-color: #82CE7D;
}
.TagClassName
{
border-color: #82CE7D;
}
</style>