Shades of De York #82CB7F
Tints of De York #82CB7F
RGB
CMYK
RGB Variations
Color information
#82CB7F (or 0x82CB7F) is known color: De York. HEX triplet: 82, CB and 7F. RGB value is (130,203,127). Sum of RGB (Red+Green+Blue) = 130+203+127=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CB7F is #7D3480. Grayscale: #ACACAC. Windows color (decimal): -8205441 or 8375170. OLE color: 8375170.
HSL color Cylindrical-coordinate representation of color #82CB7F: hue angle of 117.63º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CB7F is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 203 | 127 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.20 |
| HSL | 117.63º | 0.42% | 0.65% | - |
| HSV(B) | 117.63º | 0.37% | 0.8% | - |
| XYZ | 34.39 | 48.99 | 27.72 | - |
| YUV | 172.51 | 102.32 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 203 | 127 | 0.36 | 0 | 0.37 | 0.20 | 117.63 | 0.42 | 0.65 |
| Hex | 82 | CB | 7F | 24 | 0 | 25 | 14 | 76 | 2A | 41 |
| Octal | 202 | 313 | 177 | 44 | 0 | 45 | 24 | 166 | 52 | 101 |
| Binary | 10000010 | 11001011 | 1111111 | 100100 | 0 | 100101 | 10100 | 1110110 | 101010 | 1000001 |
Color Harmonies of #82CB7F
Complementary color
Monochromatic Colors of #82CB7F
Black with #82CB7F
Text Example
Text Example
White with #82CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CB7F; }
p { color: rgb(130,203,127); }
H1.HeaderClassName
{
color: #82CB7F;
}
.AnyTagClassName
{
color: #82CB7F;
}
</style>
background-color css
<style>
a { background-color: #82CB7F; }
a { background-color: rgb(130,203,127); }
div.DivClassName
{
background-color: #82CB7F;
}
.BgClassName
{
background-color: #82CB7F;
}
</style>
border-color css
<style>
span { border-color: #82CB7F; }
span { border-color: rgb(130,203,127); }
td.TdClassName
{
border-color: #82CB7F;
}
.TagClassName
{
border-color: #82CB7F;
}
</style>