Shades of De York #82D07F
Tints of De York #82D07F
RGB
CMYK
RGB Variations
Color information
#82D07F (or 0x82D07F) is known color: De York. HEX triplet: 82, D0 and 7F. RGB value is (130,208,127). Sum of RGB (Red+Green+Blue) = 130+208+127=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #82D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D07F is #7D2F80. Grayscale: #AFAFAF. Windows color (decimal): -8204161 or 8376450. OLE color: 8376450.
HSL color Cylindrical-coordinate representation of color #82D07F: hue angle of 117.78º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D07F is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 208 | 127 | - |
| CMYK | 0.38 | 0 | 0.39 | 0.18 |
| HSL | 117.78º | 0.46% | 0.66% | - |
| HSV(B) | 117.78º | 0.39% | 0.82% | - |
| XYZ | 35.59 | 51.39 | 28.12 | - |
| YUV | 175.44 | 100.66 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 208 | 127 | 0.38 | 0 | 0.39 | 0.18 | 117.78 | 0.46 | 0.66 |
| Hex | 82 | D0 | 7F | 26 | 0 | 27 | 12 | 76 | 2E | 42 |
| Octal | 202 | 320 | 177 | 46 | 0 | 47 | 22 | 166 | 56 | 102 |
| Binary | 10000010 | 11010000 | 1111111 | 100110 | 0 | 100111 | 10010 | 1110110 | 101110 | 1000010 |
Color Harmonies of #82D07F
Complementary color
Monochromatic Colors of #82D07F
Black with #82D07F
Text Example
Text Example
White with #82D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D07F; }
p { color: rgb(130,208,127); }
H1.HeaderClassName
{
color: #82D07F;
}
.AnyTagClassName
{
color: #82D07F;
}
</style>
background-color css
<style>
a { background-color: #82D07F; }
a { background-color: rgb(130,208,127); }
div.DivClassName
{
background-color: #82D07F;
}
.BgClassName
{
background-color: #82D07F;
}
</style>
border-color css
<style>
span { border-color: #82D07F; }
span { border-color: rgb(130,208,127); }
td.TdClassName
{
border-color: #82D07F;
}
.TagClassName
{
border-color: #82D07F;
}
</style>