Shades of De York #82C37F
Tints of De York #82C37F
RGB
CMYK
RGB Variations
Color information
#82C37F (or 0x82C37F) is known color: De York. HEX triplet: 82, C3 and 7F. RGB value is (130,195,127). Sum of RGB (Red+Green+Blue) = 130+195+127=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #82C37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C37F is #7D3C80. Grayscale: #A8A8A8. Windows color (decimal): -8207489 or 8373122. OLE color: 8373122.
HSL color Cylindrical-coordinate representation of color #82C37F: hue angle of 117.35º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82C37F is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 195 | 127 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.24 |
| HSL | 117.35º | 0.36% | 0.63% | - |
| HSV(B) | 117.35º | 0.35% | 0.76% | - |
| XYZ | 32.55 | 45.31 | 27.11 | - |
| YUV | 167.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 195 | 127 | 0.33 | 0 | 0.35 | 0.24 | 117.35 | 0.36 | 0.63 |
| Hex | 82 | C3 | 7F | 21 | 0 | 23 | 18 | 75 | 24 | 3F |
| Octal | 202 | 303 | 177 | 41 | 0 | 43 | 30 | 165 | 44 | 77 |
| Binary | 10000010 | 11000011 | 1111111 | 100001 | 0 | 100011 | 11000 | 1110101 | 100100 | 111111 |
Color Harmonies of #82C37F
Complementary color
Monochromatic Colors of #82C37F
Black with #82C37F
Text Example
Text Example
White with #82C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C37F; }
p { color: rgb(130,195,127); }
H1.HeaderClassName
{
color: #82C37F;
}
.AnyTagClassName
{
color: #82C37F;
}
</style>
background-color css
<style>
a { background-color: #82C37F; }
a { background-color: rgb(130,195,127); }
div.DivClassName
{
background-color: #82C37F;
}
.BgClassName
{
background-color: #82C37F;
}
</style>
border-color css
<style>
span { border-color: #82C37F; }
span { border-color: rgb(130,195,127); }
td.TdClassName
{
border-color: #82C37F;
}
.TagClassName
{
border-color: #82C37F;
}
</style>