Shades of Summer Green #80CF9A
Tints of Summer Green #80CF9A
RGB
CMYK
RGB Variations
Color information
#80CF9A (or 0x80CF9A) is known color: Summer Green. HEX triplet: 80, CF and 9A. RGB value is (128,207,154). Sum of RGB (Red+Green+Blue) = 128+207+154=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CF9A is #7F3065. Grayscale: #B1B1B1. Windows color (decimal): -8335462 or 10145664. OLE color: 10145664.
HSL color Cylindrical-coordinate representation of color #80CF9A: hue angle of 139.75º 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 #80CF9A is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 154 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.19 |
| HSL | 139.75º | 0.45% | 0.66% | - |
| HSV(B) | 139.75º | 0.38% | 0.81% | - |
| XYZ | 37.05 | 51.55 | 38.57 | - |
| YUV | 177.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 154 | 0.38 | 0 | 0.26 | 0.19 | 139.75 | 0.45 | 0.66 |
| Hex | 80 | CF | 9A | 26 | 0 | 1A | 13 | 8C | 2D | 42 |
| Octal | 200 | 317 | 232 | 46 | 0 | 32 | 23 | 214 | 55 | 102 |
| Binary | 10000000 | 11001111 | 10011010 | 100110 | 0 | 11010 | 10011 | 10001100 | 101101 | 1000010 |
Color Harmonies of #80CF9A
Complementary color
Monochromatic Colors of #80CF9A
Black with #80CF9A
Text Example
Text Example
White with #80CF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF9A; }
p { color: rgb(128,207,154); }
H1.HeaderClassName
{
color: #80CF9A;
}
.AnyTagClassName
{
color: #80CF9A;
}
</style>
background-color css
<style>
a { background-color: #80CF9A; }
a { background-color: rgb(128,207,154); }
div.DivClassName
{
background-color: #80CF9A;
}
.BgClassName
{
background-color: #80CF9A;
}
</style>
border-color css
<style>
span { border-color: #80CF9A; }
span { border-color: rgb(128,207,154); }
td.TdClassName
{
border-color: #80CF9A;
}
.TagClassName
{
border-color: #80CF9A;
}
</style>