Shades of De York #82C374
Tints of De York #82C374
RGB
CMYK
RGB Variations
Color information
#82C374 (or 0x82C374) is known color: De York. HEX triplet: 82, C3 and 74. RGB value is (130,195,116). Sum of RGB (Red+Green+Blue) = 130+195+116=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #82C374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C374 is #7D3C8B. Grayscale: #A6A6A6. Windows color (decimal): -8207500 or 7652226. OLE color: 7652226.
HSL color Cylindrical-coordinate representation of color #82C374: hue angle of 109.37º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82C374 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 195 | 116 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.24 |
| HSL | 109.37º | 0.4% | 0.61% | - |
| HSV(B) | 109.37º | 0.41% | 0.76% | - |
| XYZ | 31.87 | 45.04 | 23.54 | - |
| YUV | 166.56 | 99.47 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 195 | 116 | 0.33 | 0 | 0.41 | 0.24 | 109.37 | 0.4 | 0.61 |
| Hex | 82 | C3 | 74 | 21 | 0 | 29 | 18 | 6D | 28 | 3D |
| Octal | 202 | 303 | 164 | 41 | 0 | 51 | 30 | 155 | 50 | 75 |
| Binary | 10000010 | 11000011 | 1110100 | 100001 | 0 | 101001 | 11000 | 1101101 | 101000 | 111101 |
Color Harmonies of #82C374
Complementary color
Monochromatic Colors of #82C374
Black with #82C374
Text Example
Text Example
White with #82C374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C374; }
p { color: rgb(130,195,116); }
H1.HeaderClassName
{
color: #82C374;
}
.AnyTagClassName
{
color: #82C374;
}
</style>
background-color css
<style>
a { background-color: #82C374; }
a { background-color: rgb(130,195,116); }
div.DivClassName
{
background-color: #82C374;
}
.BgClassName
{
background-color: #82C374;
}
</style>
border-color css
<style>
span { border-color: #82C374; }
span { border-color: rgb(130,195,116); }
td.TdClassName
{
border-color: #82C374;
}
.TagClassName
{
border-color: #82C374;
}
</style>