Shades of De York #82CF80
Tints of De York #82CF80
RGB
CMYK
RGB Variations
Color information
#82CF80 (or 0x82CF80) is known color: De York. HEX triplet: 82, CF and 80. RGB value is (130,207,128). Sum of RGB (Red+Green+Blue) = 130+207+128=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CF80 is #7D307F. Grayscale: #AFAFAF. Windows color (decimal): -8204416 or 8441730. OLE color: 8441730.
HSL color Cylindrical-coordinate representation of color #82CF80: hue angle of 118.48º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82CF80 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 128 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.19 |
| HSL | 118.48º | 0.45% | 0.66% | - |
| HSV(B) | 118.48º | 0.38% | 0.81% | - |
| XYZ | 35.42 | 50.93 | 28.39 | - |
| YUV | 174.97 | 101.49 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 128 | 0.37 | 0 | 0.38 | 0.19 | 118.48 | 0.45 | 0.66 |
| Hex | 82 | CF | 80 | 25 | 0 | 26 | 13 | 76 | 2D | 42 |
| Octal | 202 | 317 | 200 | 45 | 0 | 46 | 23 | 166 | 55 | 102 |
| Binary | 10000010 | 11001111 | 10000000 | 100101 | 0 | 100110 | 10011 | 1110110 | 101101 | 1000010 |
Color Harmonies of #82CF80
Complementary color
Monochromatic Colors of #82CF80
Black with #82CF80
Text Example
Text Example
White with #82CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CF80; }
p { color: rgb(130,207,128); }
H1.HeaderClassName
{
color: #82CF80;
}
.AnyTagClassName
{
color: #82CF80;
}
</style>
background-color css
<style>
a { background-color: #82CF80; }
a { background-color: rgb(130,207,128); }
div.DivClassName
{
background-color: #82CF80;
}
.BgClassName
{
background-color: #82CF80;
}
</style>
border-color css
<style>
span { border-color: #82CF80; }
span { border-color: rgb(130,207,128); }
td.TdClassName
{
border-color: #82CF80;
}
.TagClassName
{
border-color: #82CF80;
}
</style>