Shades of De York #82CA91
Tints of De York #82CA91
RGB
CMYK
RGB Variations
Color information
#82CA91 (or 0x82CA91) is known color: De York. HEX triplet: 82, CA and 91. RGB value is (130,202,145). Sum of RGB (Red+Green+Blue) = 130+202+145=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA91 is #7D356E. Grayscale: #AEAEAE. Windows color (decimal): -8205679 or 9554562. OLE color: 9554562.
HSL color Cylindrical-coordinate representation of color #82CA91: hue angle of 132.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CA91 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 145 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.21 |
| HSL | 132.5º | 0.4% | 0.65% | - |
| HSV(B) | 132.5º | 0.36% | 0.79% | - |
| XYZ | 35.44 | 49.03 | 34.38 | - |
| YUV | 173.97 | 111.65 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 145 | 0.36 | 0 | 0.28 | 0.21 | 132.5 | 0.4 | 0.65 |
| Hex | 82 | CA | 91 | 24 | 0 | 1C | 15 | 84 | 28 | 41 |
| Octal | 202 | 312 | 221 | 44 | 0 | 34 | 25 | 204 | 50 | 101 |
| Binary | 10000010 | 11001010 | 10010001 | 100100 | 0 | 11100 | 10101 | 10000100 | 101000 | 1000001 |
Color Harmonies of #82CA91
Complementary color
Monochromatic Colors of #82CA91
Black with #82CA91
Text Example
Text Example
White with #82CA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA91; }
p { color: rgb(130,202,145); }
H1.HeaderClassName
{
color: #82CA91;
}
.AnyTagClassName
{
color: #82CA91;
}
</style>
background-color css
<style>
a { background-color: #82CA91; }
a { background-color: rgb(130,202,145); }
div.DivClassName
{
background-color: #82CA91;
}
.BgClassName
{
background-color: #82CA91;
}
</style>
border-color css
<style>
span { border-color: #82CA91; }
span { border-color: rgb(130,202,145); }
td.TdClassName
{
border-color: #82CA91;
}
.TagClassName
{
border-color: #82CA91;
}
</style>