Shades of Mantis #84DB4B
Tints of Mantis #84DB4B
RGB
CMYK
RGB Variations
Color information
#84DB4B (or 0x84DB4B) is known color: Mantis. HEX triplet: 84, DB and 4B. RGB value is (132,219,75). Sum of RGB (Red+Green+Blue) = 132+219+75=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84DB4B is #7B24B4. Grayscale: #B1B1B1. Windows color (decimal): -8070325 or 4971396. OLE color: 4971396.
HSL color Cylindrical-coordinate representation of color #84DB4B: hue angle of 96.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84DB4B is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 75 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.14 |
| HSL | 96.25º | 0.67% | 0.58% | - |
| HSV(B) | 96.25º | 0.66% | 0.86% | - |
| XYZ | 36.12 | 56.08 | 15.58 | - |
| YUV | 176.57 | 70.68 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 75 | 0.40 | 0 | 0.66 | 0.14 | 96.25 | 0.67 | 0.58 |
| Hex | 84 | DB | 4B | 28 | 0 | 42 | E | 60 | 43 | 3A |
| Octal | 204 | 333 | 113 | 50 | 0 | 102 | 16 | 140 | 103 | 72 |
| Binary | 10000100 | 11011011 | 1001011 | 101000 | 0 | 1000010 | 1110 | 1100000 | 1000011 | 111010 |
Color Harmonies of #84DB4B
Complementary color
Monochromatic Colors of #84DB4B
Black with #84DB4B
Text Example
Text Example
White with #84DB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DB4B; }
p { color: rgb(132,219,75); }
H1.HeaderClassName
{
color: #84DB4B;
}
.AnyTagClassName
{
color: #84DB4B;
}
</style>
background-color css
<style>
a { background-color: #84DB4B; }
a { background-color: rgb(132,219,75); }
div.DivClassName
{
background-color: #84DB4B;
}
.BgClassName
{
background-color: #84DB4B;
}
</style>
border-color css
<style>
span { border-color: #84DB4B; }
span { border-color: rgb(132,219,75); }
td.TdClassName
{
border-color: #84DB4B;
}
.TagClassName
{
border-color: #84DB4B;
}
</style>