Shades of De York #82CA90
Tints of De York #82CA90
RGB
CMYK
RGB Variations
Color information
#82CA90 (or 0x82CA90) is known color: De York. HEX triplet: 82, CA and 90. RGB value is (130,202,144). Sum of RGB (Red+Green+Blue) = 130+202+144=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA90 is #7D356F. Grayscale: #AEAEAE. Windows color (decimal): -8205680 or 9489026. OLE color: 9489026.
HSL color Cylindrical-coordinate representation of color #82CA90: hue angle of 131.67º 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 #82CA90 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 144 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.21 |
| HSL | 131.67º | 0.4% | 0.65% | - |
| HSV(B) | 131.67º | 0.36% | 0.79% | - |
| XYZ | 35.36 | 49 | 33.98 | - |
| YUV | 173.86 | 111.15 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 144 | 0.36 | 0 | 0.29 | 0.21 | 131.67 | 0.4 | 0.65 |
| Hex | 82 | CA | 90 | 24 | 0 | 1D | 15 | 84 | 28 | 41 |
| Octal | 202 | 312 | 220 | 44 | 0 | 35 | 25 | 204 | 50 | 101 |
| Binary | 10000010 | 11001010 | 10010000 | 100100 | 0 | 11101 | 10101 | 10000100 | 101000 | 1000001 |
Color Harmonies of #82CA90
Complementary color
Monochromatic Colors of #82CA90
Black with #82CA90
Text Example
Text Example
White with #82CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA90; }
p { color: rgb(130,202,144); }
H1.HeaderClassName
{
color: #82CA90;
}
.AnyTagClassName
{
color: #82CA90;
}
</style>
background-color css
<style>
a { background-color: #82CA90; }
a { background-color: rgb(130,202,144); }
div.DivClassName
{
background-color: #82CA90;
}
.BgClassName
{
background-color: #82CA90;
}
</style>
border-color css
<style>
span { border-color: #82CA90; }
span { border-color: rgb(130,202,144); }
td.TdClassName
{
border-color: #82CA90;
}
.TagClassName
{
border-color: #82CA90;
}
</style>