Shades of Mantis #80CE67
Tints of Mantis #80CE67
RGB
CMYK
RGB Variations
Color information
#80CE67 (or 0x80CE67) is known color: Mantis. HEX triplet: 80, CE and 67. RGB value is (128,206,103). Sum of RGB (Red+Green+Blue) = 128+206+103=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE67 is #7F3198. Grayscale: #ABABAB. Windows color (decimal): -8335769 or 6803072. OLE color: 6803072.
HSL color Cylindrical-coordinate representation of color #80CE67: hue angle of 105.44º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80CE67 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 103 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.19 |
| HSL | 105.44º | 0.51% | 0.61% | - |
| HSV(B) | 105.44º | 0.5% | 0.81% | - |
| XYZ | 33.42 | 49.71 | 20.67 | - |
| YUV | 170.94 | 89.66 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 103 | 0.38 | 0 | 0.50 | 0.19 | 105.44 | 0.51 | 0.61 |
| Hex | 80 | CE | 67 | 26 | 0 | 32 | 13 | 69 | 33 | 3D |
| Octal | 200 | 316 | 147 | 46 | 0 | 62 | 23 | 151 | 63 | 75 |
| Binary | 10000000 | 11001110 | 1100111 | 100110 | 0 | 110010 | 10011 | 1101001 | 110011 | 111101 |
Color Harmonies of #80CE67
Complementary color
Monochromatic Colors of #80CE67
Black with #80CE67
Text Example
Text Example
White with #80CE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE67; }
p { color: rgb(128,206,103); }
H1.HeaderClassName
{
color: #80CE67;
}
.AnyTagClassName
{
color: #80CE67;
}
</style>
background-color css
<style>
a { background-color: #80CE67; }
a { background-color: rgb(128,206,103); }
div.DivClassName
{
background-color: #80CE67;
}
.BgClassName
{
background-color: #80CE67;
}
</style>
border-color css
<style>
span { border-color: #80CE67; }
span { border-color: rgb(128,206,103); }
td.TdClassName
{
border-color: #80CE67;
}
.TagClassName
{
border-color: #80CE67;
}
</style>