Shades of Mantis #8BDF64
Tints of Mantis #8BDF64
RGB
CMYK
RGB Variations
Color information
#8BDF64 (or 0x8BDF64) is known color: Mantis. HEX triplet: 8B, DF and 64. RGB value is (139,223,100). Sum of RGB (Red+Green+Blue) = 139+223+100=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDF64 is #74209B. Grayscale: #B8B8B8. Windows color (decimal): -7610524 or 6610827. OLE color: 6610827.
HSL color Cylindrical-coordinate representation of color #8BDF64: hue angle of 100.98º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8BDF64 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 100 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.13 |
| HSL | 100.98º | 0.66% | 0.63% | - |
| HSV(B) | 100.98º | 0.55% | 0.87% | - |
| XYZ | 39.34 | 59.18 | 21.41 | - |
| YUV | 183.86 | 80.67 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 100 | 0.38 | 0 | 0.55 | 0.13 | 100.98 | 0.66 | 0.63 |
| Hex | 8B | DF | 64 | 26 | 0 | 37 | D | 65 | 42 | 3F |
| Octal | 213 | 337 | 144 | 46 | 0 | 67 | 15 | 145 | 102 | 77 |
| Binary | 10001011 | 11011111 | 1100100 | 100110 | 0 | 110111 | 1101 | 1100101 | 1000010 | 111111 |
Color Harmonies of #8BDF64
Complementary color
Monochromatic Colors of #8BDF64
Black with #8BDF64
Text Example
Text Example
White with #8BDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDF64; }
p { color: rgb(139,223,100); }
H1.HeaderClassName
{
color: #8BDF64;
}
.AnyTagClassName
{
color: #8BDF64;
}
</style>
background-color css
<style>
a { background-color: #8BDF64; }
a { background-color: rgb(139,223,100); }
div.DivClassName
{
background-color: #8BDF64;
}
.BgClassName
{
background-color: #8BDF64;
}
</style>
border-color css
<style>
span { border-color: #8BDF64; }
span { border-color: rgb(139,223,100); }
td.TdClassName
{
border-color: #8BDF64;
}
.TagClassName
{
border-color: #8BDF64;
}
</style>