Shades of De York #82C38B
Tints of De York #82C38B
RGB
CMYK
RGB Variations
Color information
#82C38B (or 0x82C38B) is known color: De York. HEX triplet: 82, C3 and 8B. RGB value is (130,195,139). Sum of RGB (Red+Green+Blue) = 130+195+139=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #82C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C38B is #7D3C74. Grayscale: #A9A9A9. Windows color (decimal): -8207477 or 9159554. OLE color: 9159554.
HSL color Cylindrical-coordinate representation of color #82C38B: hue angle of 128.31º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82C38B is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 195 | 139 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.24 |
| HSL | 128.31º | 0.35% | 0.64% | - |
| HSV(B) | 128.31º | 0.33% | 0.76% | - |
| XYZ | 33.38 | 45.64 | 31.48 | - |
| YUV | 169.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 195 | 139 | 0.33 | 0 | 0.29 | 0.24 | 128.31 | 0.35 | 0.64 |
| Hex | 82 | C3 | 8B | 21 | 0 | 1D | 18 | 80 | 23 | 40 |
| Octal | 202 | 303 | 213 | 41 | 0 | 35 | 30 | 200 | 43 | 100 |
| Binary | 10000010 | 11000011 | 10001011 | 100001 | 0 | 11101 | 11000 | 10000000 | 100011 | 1000000 |
Color Harmonies of #82C38B
Complementary color
Monochromatic Colors of #82C38B
Black with #82C38B
Text Example
Text Example
White with #82C38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C38B; }
p { color: rgb(130,195,139); }
H1.HeaderClassName
{
color: #82C38B;
}
.AnyTagClassName
{
color: #82C38B;
}
</style>
background-color css
<style>
a { background-color: #82C38B; }
a { background-color: rgb(130,195,139); }
div.DivClassName
{
background-color: #82C38B;
}
.BgClassName
{
background-color: #82C38B;
}
</style>
border-color css
<style>
span { border-color: #82C38B; }
span { border-color: rgb(130,195,139); }
td.TdClassName
{
border-color: #82C38B;
}
.TagClassName
{
border-color: #82C38B;
}
</style>