Shades of De York #82CF8A
Tints of De York #82CF8A
RGB
CMYK
RGB Variations
Color information
#82CF8A (or 0x82CF8A) is known color: De York. HEX triplet: 82, CF and 8A. RGB value is (130,207,138). Sum of RGB (Red+Green+Blue) = 130+207+138=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CF8A is #7D3075. Grayscale: #B0B0B0. Windows color (decimal): -8204406 or 9097090. OLE color: 9097090.
HSL color Cylindrical-coordinate representation of color #82CF8A: hue angle of 126.23º 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 #82CF8A is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 138 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.19 |
| HSL | 126.23º | 0.45% | 0.66% | - |
| HSV(B) | 126.23º | 0.37% | 0.81% | - |
| XYZ | 36.11 | 51.21 | 32.03 | - |
| YUV | 176.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 138 | 0.37 | 0 | 0.33 | 0.19 | 126.23 | 0.45 | 0.66 |
| Hex | 82 | CF | 8A | 25 | 0 | 21 | 13 | 7E | 2D | 42 |
| Octal | 202 | 317 | 212 | 45 | 0 | 41 | 23 | 176 | 55 | 102 |
| Binary | 10000010 | 11001111 | 10001010 | 100101 | 0 | 100001 | 10011 | 1111110 | 101101 | 1000010 |
Color Harmonies of #82CF8A
Complementary color
Monochromatic Colors of #82CF8A
Black with #82CF8A
Text Example
Text Example
White with #82CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CF8A; }
p { color: rgb(130,207,138); }
H1.HeaderClassName
{
color: #82CF8A;
}
.AnyTagClassName
{
color: #82CF8A;
}
</style>
background-color css
<style>
a { background-color: #82CF8A; }
a { background-color: rgb(130,207,138); }
div.DivClassName
{
background-color: #82CF8A;
}
.BgClassName
{
background-color: #82CF8A;
}
</style>
border-color css
<style>
span { border-color: #82CF8A; }
span { border-color: rgb(130,207,138); }
td.TdClassName
{
border-color: #82CF8A;
}
.TagClassName
{
border-color: #82CF8A;
}
</style>