Shades of Mantis #84DD4B
Tints of Mantis #84DD4B
RGB
CMYK
RGB Variations
Color information
#84DD4B (or 0x84DD4B) is known color: Mantis. HEX triplet: 84, DD and 4B. RGB value is (132,221,75). Sum of RGB (Red+Green+Blue) = 132+221+75=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84DD4B is #7B22B4. Grayscale: #B2B2B2. Windows color (decimal): -8069813 or 4971908. OLE color: 4971908.
HSL color Cylindrical-coordinate representation of color #84DD4B: hue angle of 96.58º degrees, saturation: 0.68, 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 #84DD4B is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 75 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.13 |
| HSL | 96.58º | 0.68% | 0.58% | - |
| HSV(B) | 96.58º | 0.66% | 0.87% | - |
| XYZ | 36.64 | 57.13 | 15.75 | - |
| YUV | 177.75 | 70.01 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 75 | 0.40 | 0 | 0.66 | 0.13 | 96.58 | 0.68 | 0.58 |
| Hex | 84 | DD | 4B | 28 | 0 | 42 | D | 61 | 44 | 3A |
| Octal | 204 | 335 | 113 | 50 | 0 | 102 | 15 | 141 | 104 | 72 |
| Binary | 10000100 | 11011101 | 1001011 | 101000 | 0 | 1000010 | 1101 | 1100001 | 1000100 | 111010 |
Color Harmonies of #84DD4B
Complementary color
Monochromatic Colors of #84DD4B
Black with #84DD4B
Text Example
Text Example
White with #84DD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DD4B; }
p { color: rgb(132,221,75); }
H1.HeaderClassName
{
color: #84DD4B;
}
.AnyTagClassName
{
color: #84DD4B;
}
</style>
background-color css
<style>
a { background-color: #84DD4B; }
a { background-color: rgb(132,221,75); }
div.DivClassName
{
background-color: #84DD4B;
}
.BgClassName
{
background-color: #84DD4B;
}
</style>
border-color css
<style>
span { border-color: #84DD4B; }
span { border-color: rgb(132,221,75); }
td.TdClassName
{
border-color: #84DD4B;
}
.TagClassName
{
border-color: #84DD4B;
}
</style>