Shades of Summer Green #83C495
Tints of Summer Green #83C495
RGB
CMYK
RGB Variations
Color information
#83C495 (or 0x83C495) is known color: Summer Green. HEX triplet: 83, C4 and 95. RGB value is (131,196,149). Sum of RGB (Red+Green+Blue) = 131+196+149=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 196 - color contains mainly: green. Hex color #83C495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C495 is #7C3B6A. Grayscale: #ABABAB. Windows color (decimal): -8141675 or 9815171. OLE color: 9815171.
HSL color Cylindrical-coordinate representation of color #83C495: hue angle of 136.62º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83C495 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 196 | 149 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.23 |
| HSL | 136.62º | 0.36% | 0.64% | - |
| HSV(B) | 136.62º | 0.33% | 0.77% | - |
| XYZ | 34.52 | 46.48 | 35.58 | - |
| YUV | 171.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 196 | 149 | 0.33 | 0 | 0.24 | 0.23 | 136.62 | 0.36 | 0.64 |
| Hex | 83 | C4 | 95 | 21 | 0 | 18 | 17 | 89 | 24 | 40 |
| Octal | 203 | 304 | 225 | 41 | 0 | 30 | 27 | 211 | 44 | 100 |
| Binary | 10000011 | 11000100 | 10010101 | 100001 | 0 | 11000 | 10111 | 10001001 | 100100 | 1000000 |
Color Harmonies of #83C495
Complementary color
Monochromatic Colors of #83C495
Black with #83C495
Text Example
Text Example
White with #83C495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C495; }
p { color: rgb(131,196,149); }
H1.HeaderClassName
{
color: #83C495;
}
.AnyTagClassName
{
color: #83C495;
}
</style>
background-color css
<style>
a { background-color: #83C495; }
a { background-color: rgb(131,196,149); }
div.DivClassName
{
background-color: #83C495;
}
.BgClassName
{
background-color: #83C495;
}
</style>
border-color css
<style>
span { border-color: #83C495; }
span { border-color: rgb(131,196,149); }
td.TdClassName
{
border-color: #83C495;
}
.TagClassName
{
border-color: #83C495;
}
</style>