Shades of De York #82CF91
Tints of De York #82CF91
RGB
CMYK
RGB Variations
Color information
#82CF91 (or 0x82CF91) is known color: De York. HEX triplet: 82, CF and 91. RGB value is (130,207,145). Sum of RGB (Red+Green+Blue) = 130+207+145=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CF91 is #7D306E. Grayscale: #B1B1B1. Windows color (decimal): -8204399 or 9555842. OLE color: 9555842.
HSL color Cylindrical-coordinate representation of color #82CF91: hue angle of 131.69º degrees, saturation: 0.45, 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 #82CF91 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 145 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.19 |
| HSL | 131.69º | 0.45% | 0.66% | - |
| HSV(B) | 131.69º | 0.37% | 0.81% | - |
| XYZ | 36.63 | 51.42 | 34.78 | - |
| YUV | 176.91 | 109.99 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 145 | 0.37 | 0 | 0.30 | 0.19 | 131.69 | 0.45 | 0.66 |
| Hex | 82 | CF | 91 | 25 | 0 | 1E | 13 | 84 | 2D | 42 |
| Octal | 202 | 317 | 221 | 45 | 0 | 36 | 23 | 204 | 55 | 102 |
| Binary | 10000010 | 11001111 | 10010001 | 100101 | 0 | 11110 | 10011 | 10000100 | 101101 | 1000010 |
Color Harmonies of #82CF91
Complementary color
Monochromatic Colors of #82CF91
Black with #82CF91
Text Example
Text Example
White with #82CF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CF91; }
p { color: rgb(130,207,145); }
H1.HeaderClassName
{
color: #82CF91;
}
.AnyTagClassName
{
color: #82CF91;
}
</style>
background-color css
<style>
a { background-color: #82CF91; }
a { background-color: rgb(130,207,145); }
div.DivClassName
{
background-color: #82CF91;
}
.BgClassName
{
background-color: #82CF91;
}
</style>
border-color css
<style>
span { border-color: #82CF91; }
span { border-color: rgb(130,207,145); }
td.TdClassName
{
border-color: #82CF91;
}
.TagClassName
{
border-color: #82CF91;
}
</style>