Shades of Mantis #80CF67
Tints of Mantis #80CF67
RGB
CMYK
RGB Variations
Color information
#80CF67 (or 0x80CF67) is known color: Mantis. HEX triplet: 80, CF and 67. RGB value is (128,207,103). Sum of RGB (Red+Green+Blue) = 128+207+103=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CF67 is #7F3098. Grayscale: #ABABAB. Windows color (decimal): -8335513 or 6803328. OLE color: 6803328.
HSL color Cylindrical-coordinate representation of color #80CF67: hue angle of 105.58º degrees, saturation: 0.52, 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 #80CF67 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 103 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.19 |
| HSL | 105.58º | 0.52% | 0.61% | - |
| HSV(B) | 105.58º | 0.5% | 0.81% | - |
| XYZ | 33.66 | 50.19 | 20.75 | - |
| YUV | 171.52 | 89.33 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 103 | 0.38 | 0 | 0.50 | 0.19 | 105.58 | 0.52 | 0.61 |
| Hex | 80 | CF | 67 | 26 | 0 | 32 | 13 | 6A | 34 | 3D |
| Octal | 200 | 317 | 147 | 46 | 0 | 62 | 23 | 152 | 64 | 75 |
| Binary | 10000000 | 11001111 | 1100111 | 100110 | 0 | 110010 | 10011 | 1101010 | 110100 | 111101 |
Color Harmonies of #80CF67
Complementary color
Monochromatic Colors of #80CF67
Black with #80CF67
Text Example
Text Example
White with #80CF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF67; }
p { color: rgb(128,207,103); }
H1.HeaderClassName
{
color: #80CF67;
}
.AnyTagClassName
{
color: #80CF67;
}
</style>
background-color css
<style>
a { background-color: #80CF67; }
a { background-color: rgb(128,207,103); }
div.DivClassName
{
background-color: #80CF67;
}
.BgClassName
{
background-color: #80CF67;
}
</style>
border-color css
<style>
span { border-color: #80CF67; }
span { border-color: rgb(128,207,103); }
td.TdClassName
{
border-color: #80CF67;
}
.TagClassName
{
border-color: #80CF67;
}
</style>