Shades of De York #82C37D
Tints of De York #82C37D
RGB
CMYK
RGB Variations
Color information
#82C37D (or 0x82C37D) is known color: De York. HEX triplet: 82, C3 and 7D. RGB value is (130,195,125). Sum of RGB (Red+Green+Blue) = 130+195+125=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #82C37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C37D is #7D3C82. Grayscale: #A7A7A7. Windows color (decimal): -8207491 or 8242050. OLE color: 8242050.
HSL color Cylindrical-coordinate representation of color #82C37D: hue angle of 115.71º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82C37D is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 195 | 125 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.24 |
| HSL | 115.71º | 0.37% | 0.63% | - |
| HSV(B) | 115.71º | 0.36% | 0.76% | - |
| XYZ | 32.42 | 45.26 | 26.43 | - |
| YUV | 167.59 | 103.97 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 195 | 125 | 0.33 | 0 | 0.36 | 0.24 | 115.71 | 0.37 | 0.63 |
| Hex | 82 | C3 | 7D | 21 | 0 | 24 | 18 | 74 | 25 | 3F |
| Octal | 202 | 303 | 175 | 41 | 0 | 44 | 30 | 164 | 45 | 77 |
| Binary | 10000010 | 11000011 | 1111101 | 100001 | 0 | 100100 | 11000 | 1110100 | 100101 | 111111 |
Color Harmonies of #82C37D
Complementary color
Monochromatic Colors of #82C37D
Black with #82C37D
Text Example
Text Example
White with #82C37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C37D; }
p { color: rgb(130,195,125); }
H1.HeaderClassName
{
color: #82C37D;
}
.AnyTagClassName
{
color: #82C37D;
}
</style>
background-color css
<style>
a { background-color: #82C37D; }
a { background-color: rgb(130,195,125); }
div.DivClassName
{
background-color: #82C37D;
}
.BgClassName
{
background-color: #82C37D;
}
</style>
border-color css
<style>
span { border-color: #82C37D; }
span { border-color: rgb(130,195,125); }
td.TdClassName
{
border-color: #82C37D;
}
.TagClassName
{
border-color: #82C37D;
}
</style>