Shades of Summer Green #80CF9B
Tints of Summer Green #80CF9B
RGB
CMYK
RGB Variations
Color information
#80CF9B (or 0x80CF9B) is known color: Summer Green. HEX triplet: 80, CF and 9B. RGB value is (128,207,155). Sum of RGB (Red+Green+Blue) = 128+207+155=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CF9B is #7F3064. Grayscale: #B1B1B1. Windows color (decimal): -8335461 or 10211200. OLE color: 10211200.
HSL color Cylindrical-coordinate representation of color #80CF9B: hue angle of 140.51º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CF9B is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 155 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.19 |
| HSL | 140.51º | 0.45% | 0.66% | - |
| HSV(B) | 140.51º | 0.38% | 0.81% | - |
| XYZ | 37.13 | 51.58 | 39.01 | - |
| YUV | 177.45 | 115.33 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 155 | 0.38 | 0 | 0.25 | 0.19 | 140.51 | 0.45 | 0.66 |
| Hex | 80 | CF | 9B | 26 | 0 | 19 | 13 | 8D | 2D | 42 |
| Octal | 200 | 317 | 233 | 46 | 0 | 31 | 23 | 215 | 55 | 102 |
| Binary | 10000000 | 11001111 | 10011011 | 100110 | 0 | 11001 | 10011 | 10001101 | 101101 | 1000010 |
Color Harmonies of #80CF9B
Complementary color
Monochromatic Colors of #80CF9B
Black with #80CF9B
Text Example
Text Example
White with #80CF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF9B; }
p { color: rgb(128,207,155); }
H1.HeaderClassName
{
color: #80CF9B;
}
.AnyTagClassName
{
color: #80CF9B;
}
</style>
background-color css
<style>
a { background-color: #80CF9B; }
a { background-color: rgb(128,207,155); }
div.DivClassName
{
background-color: #80CF9B;
}
.BgClassName
{
background-color: #80CF9B;
}
</style>
border-color css
<style>
span { border-color: #80CF9B; }
span { border-color: rgb(128,207,155); }
td.TdClassName
{
border-color: #80CF9B;
}
.TagClassName
{
border-color: #80CF9B;
}
</style>