Shades of De York #82CA89
Tints of De York #82CA89
RGB
CMYK
RGB Variations
Color information
#82CA89 (or 0x82CA89) is known color: De York. HEX triplet: 82, CA and 89. RGB value is (130,202,137). Sum of RGB (Red+Green+Blue) = 130+202+137=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA89 is #7D3576. Grayscale: #ADADAD. Windows color (decimal): -8205687 or 9030274. OLE color: 9030274.
HSL color Cylindrical-coordinate representation of color #82CA89: hue angle of 125.83º 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 #82CA89 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 137 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.21 |
| HSL | 125.83º | 0.4% | 0.65% | - |
| HSV(B) | 125.83º | 0.36% | 0.79% | - |
| XYZ | 34.84 | 48.79 | 31.25 | - |
| YUV | 173.06 | 107.65 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 137 | 0.36 | 0 | 0.32 | 0.21 | 125.83 | 0.4 | 0.65 |
| Hex | 82 | CA | 89 | 24 | 0 | 20 | 15 | 7E | 28 | 41 |
| Octal | 202 | 312 | 211 | 44 | 0 | 40 | 25 | 176 | 50 | 101 |
| Binary | 10000010 | 11001010 | 10001001 | 100100 | 0 | 100000 | 10101 | 1111110 | 101000 | 1000001 |
Color Harmonies of #82CA89
Complementary color
Monochromatic Colors of #82CA89
Black with #82CA89
Text Example
Text Example
White with #82CA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA89; }
p { color: rgb(130,202,137); }
H1.HeaderClassName
{
color: #82CA89;
}
.AnyTagClassName
{
color: #82CA89;
}
</style>
background-color css
<style>
a { background-color: #82CA89; }
a { background-color: rgb(130,202,137); }
div.DivClassName
{
background-color: #82CA89;
}
.BgClassName
{
background-color: #82CA89;
}
</style>
border-color css
<style>
span { border-color: #82CA89; }
span { border-color: rgb(130,202,137); }
td.TdClassName
{
border-color: #82CA89;
}
.TagClassName
{
border-color: #82CA89;
}
</style>