Shades of Summer Green #82C896
Tints of Summer Green #82C896
RGB
CMYK
RGB Variations
Color information
#82C896 (or 0x82C896) is known color: Summer Green. HEX triplet: 82, C8 and 96. RGB value is (130,200,150). Sum of RGB (Red+Green+Blue) = 130+200+150=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 200 - color contains mainly: green. Hex color #82C896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C896 is #7D3769. Grayscale: #ADADAD. Windows color (decimal): -8206186 or 9881730. OLE color: 9881730.
HSL color Cylindrical-coordinate representation of color #82C896: hue angle of 137.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82C896 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 200 | 150 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.22 |
| HSL | 137.14º | 0.39% | 0.65% | - |
| HSV(B) | 137.14º | 0.35% | 0.78% | - |
| XYZ | 35.37 | 48.26 | 36.3 | - |
| YUV | 173.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 200 | 150 | 0.35 | 0 | 0.25 | 0.22 | 137.14 | 0.39 | 0.65 |
| Hex | 82 | C8 | 96 | 23 | 0 | 19 | 16 | 89 | 27 | 41 |
| Octal | 202 | 310 | 226 | 43 | 0 | 31 | 26 | 211 | 47 | 101 |
| Binary | 10000010 | 11001000 | 10010110 | 100011 | 0 | 11001 | 10110 | 10001001 | 100111 | 1000001 |
Color Harmonies of #82C896
Complementary color
Monochromatic Colors of #82C896
Black with #82C896
Text Example
Text Example
White with #82C896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C896; }
p { color: rgb(130,200,150); }
H1.HeaderClassName
{
color: #82C896;
}
.AnyTagClassName
{
color: #82C896;
}
</style>
background-color css
<style>
a { background-color: #82C896; }
a { background-color: rgb(130,200,150); }
div.DivClassName
{
background-color: #82C896;
}
.BgClassName
{
background-color: #82C896;
}
</style>
border-color css
<style>
span { border-color: #82C896; }
span { border-color: rgb(130,200,150); }
td.TdClassName
{
border-color: #82C896;
}
.TagClassName
{
border-color: #82C896;
}
</style>