Shades of Mantis #80CF6A
Tints of Mantis #80CF6A
RGB
CMYK
RGB Variations
Color information
#80CF6A (or 0x80CF6A) is known color: Mantis. HEX triplet: 80, CF and 6A. RGB value is (128,207,106). Sum of RGB (Red+Green+Blue) = 128+207+106=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CF6A is #7F3095. Grayscale: #ACACAC. Windows color (decimal): -8335510 or 6999936. OLE color: 6999936.
HSL color Cylindrical-coordinate representation of color #80CF6A: hue angle of 106.93º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80CF6A is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 106 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.19 |
| HSL | 106.93º | 0.51% | 0.61% | - |
| HSV(B) | 106.93º | 0.49% | 0.81% | - |
| XYZ | 33.82 | 50.26 | 21.55 | - |
| YUV | 171.87 | 90.83 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 106 | 0.38 | 0 | 0.49 | 0.19 | 106.93 | 0.51 | 0.61 |
| Hex | 80 | CF | 6A | 26 | 0 | 31 | 13 | 6B | 33 | 3D |
| Octal | 200 | 317 | 152 | 46 | 0 | 61 | 23 | 153 | 63 | 75 |
| Binary | 10000000 | 11001111 | 1101010 | 100110 | 0 | 110001 | 10011 | 1101011 | 110011 | 111101 |
Color Harmonies of #80CF6A
Complementary color
Monochromatic Colors of #80CF6A
Black with #80CF6A
Text Example
Text Example
White with #80CF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF6A; }
p { color: rgb(128,207,106); }
H1.HeaderClassName
{
color: #80CF6A;
}
.AnyTagClassName
{
color: #80CF6A;
}
</style>
background-color css
<style>
a { background-color: #80CF6A; }
a { background-color: rgb(128,207,106); }
div.DivClassName
{
background-color: #80CF6A;
}
.BgClassName
{
background-color: #80CF6A;
}
</style>
border-color css
<style>
span { border-color: #80CF6A; }
span { border-color: rgb(128,207,106); }
td.TdClassName
{
border-color: #80CF6A;
}
.TagClassName
{
border-color: #80CF6A;
}
</style>