Shades of Summer Green #80CF98
Tints of Summer Green #80CF98
RGB
CMYK
RGB Variations
Color information
#80CF98 (or 0x80CF98) is known color: Summer Green. HEX triplet: 80, CF and 98. RGB value is (128,207,152). Sum of RGB (Red+Green+Blue) = 128+207+152=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CF98 is #7F3067. Grayscale: #B1B1B1. Windows color (decimal): -8335464 or 10014592. OLE color: 10014592.
HSL color Cylindrical-coordinate representation of color #80CF98: hue angle of 138.23º 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 #80CF98 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 152 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.19 |
| HSL | 138.23º | 0.45% | 0.66% | - |
| HSV(B) | 138.23º | 0.38% | 0.81% | - |
| XYZ | 36.88 | 51.48 | 37.7 | - |
| YUV | 177.11 | 113.83 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 152 | 0.38 | 0 | 0.27 | 0.19 | 138.23 | 0.45 | 0.66 |
| Hex | 80 | CF | 98 | 26 | 0 | 1B | 13 | 8A | 2D | 42 |
| Octal | 200 | 317 | 230 | 46 | 0 | 33 | 23 | 212 | 55 | 102 |
| Binary | 10000000 | 11001111 | 10011000 | 100110 | 0 | 11011 | 10011 | 10001010 | 101101 | 1000010 |
Color Harmonies of #80CF98
Complementary color
Monochromatic Colors of #80CF98
Black with #80CF98
Text Example
Text Example
White with #80CF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF98; }
p { color: rgb(128,207,152); }
H1.HeaderClassName
{
color: #80CF98;
}
.AnyTagClassName
{
color: #80CF98;
}
</style>
background-color css
<style>
a { background-color: #80CF98; }
a { background-color: rgb(128,207,152); }
div.DivClassName
{
background-color: #80CF98;
}
.BgClassName
{
background-color: #80CF98;
}
</style>
border-color css
<style>
span { border-color: #80CF98; }
span { border-color: rgb(128,207,152); }
td.TdClassName
{
border-color: #80CF98;
}
.TagClassName
{
border-color: #80CF98;
}
</style>