Shades of De York #82CA88
Tints of De York #82CA88
RGB
CMYK
RGB Variations
Color information
#82CA88 (or 0x82CA88) is known color: De York. HEX triplet: 82, CA and 88. RGB value is (130,202,136). Sum of RGB (Red+Green+Blue) = 130+202+136=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA88 is #7D3577. Grayscale: #ADADAD. Windows color (decimal): -8205688 or 8964738. OLE color: 8964738.
HSL color Cylindrical-coordinate representation of color #82CA88: hue angle of 125º 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 #82CA88 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 136 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.21 |
| HSL | 125º | 0.4% | 0.65% | - |
| HSV(B) | 125º | 0.36% | 0.79% | - |
| XYZ | 34.77 | 48.76 | 30.87 | - |
| YUV | 172.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 136 | 0.36 | 0 | 0.33 | 0.21 | 125 | 0.4 | 0.65 |
| Hex | 82 | CA | 88 | 24 | 0 | 21 | 15 | 7D | 28 | 41 |
| Octal | 202 | 312 | 210 | 44 | 0 | 41 | 25 | 175 | 50 | 101 |
| Binary | 10000010 | 11001010 | 10001000 | 100100 | 0 | 100001 | 10101 | 1111101 | 101000 | 1000001 |
Color Harmonies of #82CA88
Complementary color
Monochromatic Colors of #82CA88
Black with #82CA88
Text Example
Text Example
White with #82CA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA88; }
p { color: rgb(130,202,136); }
H1.HeaderClassName
{
color: #82CA88;
}
.AnyTagClassName
{
color: #82CA88;
}
</style>
background-color css
<style>
a { background-color: #82CA88; }
a { background-color: rgb(130,202,136); }
div.DivClassName
{
background-color: #82CA88;
}
.BgClassName
{
background-color: #82CA88;
}
</style>
border-color css
<style>
span { border-color: #82CA88; }
span { border-color: rgb(130,202,136); }
td.TdClassName
{
border-color: #82CA88;
}
.TagClassName
{
border-color: #82CA88;
}
</style>