Shades of De York #82BC85
Tints of De York #82BC85
RGB
CMYK
RGB Variations
Color information
#82BC85 (or 0x82BC85) is known color: De York. HEX triplet: 82, BC and 85. RGB value is (130,188,133). Sum of RGB (Red+Green+Blue) = 130+188+133=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BC85 is #7D437A. Grayscale: #A4A4A4. Windows color (decimal): -8209275 or 8764546. OLE color: 8764546.
HSL color Cylindrical-coordinate representation of color #82BC85: hue angle of 123.1º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82BC85 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 133 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.26 |
| HSL | 123.1º | 0.3% | 0.62% | - |
| HSV(B) | 123.1º | 0.31% | 0.74% | - |
| XYZ | 31.42 | 42.41 | 28.72 | - |
| YUV | 164.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 133 | 0.31 | 0 | 0.29 | 0.26 | 123.1 | 0.3 | 0.62 |
| Hex | 82 | BC | 85 | 1F | 0 | 1D | 1A | 7B | 1E | 3E |
| Octal | 202 | 274 | 205 | 37 | 0 | 35 | 32 | 173 | 36 | 76 |
| Binary | 10000010 | 10111100 | 10000101 | 11111 | 0 | 11101 | 11010 | 1111011 | 11110 | 111110 |
Color Harmonies of #82BC85
Complementary color
Monochromatic Colors of #82BC85
Black with #82BC85
Text Example
Text Example
White with #82BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BC85; }
p { color: rgb(130,188,133); }
H1.HeaderClassName
{
color: #82BC85;
}
.AnyTagClassName
{
color: #82BC85;
}
</style>
background-color css
<style>
a { background-color: #82BC85; }
a { background-color: rgb(130,188,133); }
div.DivClassName
{
background-color: #82BC85;
}
.BgClassName
{
background-color: #82BC85;
}
</style>
border-color css
<style>
span { border-color: #82BC85; }
span { border-color: rgb(130,188,133); }
td.TdClassName
{
border-color: #82BC85;
}
.TagClassName
{
border-color: #82BC85;
}
</style>