Shades of Mantis #80DF4B
Tints of Mantis #80DF4B
RGB
CMYK
RGB Variations
Color information
#80DF4B (or 0x80DF4B) is known color: Mantis. HEX triplet: 80, DF and 4B. RGB value is (128,223,75). Sum of RGB (Red+Green+Blue) = 128+223+75=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DF4B is #7F20B4. Grayscale: #B2B2B2. Windows color (decimal): -8331445 or 4972416. OLE color: 4972416.
HSL color Cylindrical-coordinate representation of color #80DF4B: hue angle of 98.51º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80DF4B is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 75 | - |
| CMYK | 0.43 | 0 | 0.66 | 0.13 |
| HSL | 98.51º | 0.7% | 0.58% | - |
| HSV(B) | 98.51º | 0.66% | 0.87% | - |
| XYZ | 36.56 | 57.87 | 15.9 | - |
| YUV | 177.72 | 70.03 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 75 | 0.43 | 0 | 0.66 | 0.13 | 98.51 | 0.7 | 0.58 |
| Hex | 80 | DF | 4B | 2B | 0 | 42 | D | 63 | 46 | 3A |
| Octal | 200 | 337 | 113 | 53 | 0 | 102 | 15 | 143 | 106 | 72 |
| Binary | 10000000 | 11011111 | 1001011 | 101011 | 0 | 1000010 | 1101 | 1100011 | 1000110 | 111010 |
Color Harmonies of #80DF4B
Complementary color
Monochromatic Colors of #80DF4B
Black with #80DF4B
Text Example
Text Example
White with #80DF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DF4B; }
p { color: rgb(128,223,75); }
H1.HeaderClassName
{
color: #80DF4B;
}
.AnyTagClassName
{
color: #80DF4B;
}
</style>
background-color css
<style>
a { background-color: #80DF4B; }
a { background-color: rgb(128,223,75); }
div.DivClassName
{
background-color: #80DF4B;
}
.BgClassName
{
background-color: #80DF4B;
}
</style>
border-color css
<style>
span { border-color: #80DF4B; }
span { border-color: rgb(128,223,75); }
td.TdClassName
{
border-color: #80DF4B;
}
.TagClassName
{
border-color: #80DF4B;
}
</style>