Shades of Summer Green #83C295
Tints of Summer Green #83C295
RGB
CMYK
RGB Variations
Color information
#83C295 (or 0x83C295) is known color: Summer Green. HEX triplet: 83, C2 and 95. RGB value is (131,194,149). Sum of RGB (Red+Green+Blue) = 131+194+149=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #83C295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C295 is #7C3D6A. Grayscale: #AAAAAA. Windows color (decimal): -8142187 or 9814659. OLE color: 9814659.
HSL color Cylindrical-coordinate representation of color #83C295: hue angle of 137.14º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C295 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 194 | 149 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.24 |
| HSL | 137.14º | 0.34% | 0.64% | - |
| HSV(B) | 137.14º | 0.32% | 0.76% | - |
| XYZ | 34.08 | 45.58 | 35.44 | - |
| YUV | 170.03 | 116.13 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 194 | 149 | 0.32 | 0 | 0.23 | 0.24 | 137.14 | 0.34 | 0.64 |
| Hex | 83 | C2 | 95 | 20 | 0 | 17 | 18 | 89 | 22 | 40 |
| Octal | 203 | 302 | 225 | 40 | 0 | 27 | 30 | 211 | 42 | 100 |
| Binary | 10000011 | 11000010 | 10010101 | 100000 | 0 | 10111 | 11000 | 10001001 | 100010 | 1000000 |
Color Harmonies of #83C295
Complementary color
Monochromatic Colors of #83C295
Black with #83C295
Text Example
Text Example
White with #83C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C295; }
p { color: rgb(131,194,149); }
H1.HeaderClassName
{
color: #83C295;
}
.AnyTagClassName
{
color: #83C295;
}
</style>
background-color css
<style>
a { background-color: #83C295; }
a { background-color: rgb(131,194,149); }
div.DivClassName
{
background-color: #83C295;
}
.BgClassName
{
background-color: #83C295;
}
</style>
border-color css
<style>
span { border-color: #83C295; }
span { border-color: rgb(131,194,149); }
td.TdClassName
{
border-color: #83C295;
}
.TagClassName
{
border-color: #83C295;
}
</style>