Shades of Mantis #84D24B
Tints of Mantis #84D24B
RGB
CMYK
RGB Variations
Color information
#84D24B (or 0x84D24B) is known color: Mantis. HEX triplet: 84, D2 and 4B. RGB value is (132,210,75). Sum of RGB (Red+Green+Blue) = 132+210+75=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #84D24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D24B is #7B2DB4. Grayscale: #ABABAB. Windows color (decimal): -8072629 or 4969092. OLE color: 4969092.
HSL color Cylindrical-coordinate representation of color #84D24B: hue angle of 94.67º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84D24B is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 210 | 75 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.18 |
| HSL | 94.67º | 0.6% | 0.56% | - |
| HSV(B) | 94.67º | 0.64% | 0.82% | - |
| XYZ | 33.83 | 51.51 | 14.82 | - |
| YUV | 171.29 | 73.66 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 210 | 75 | 0.37 | 0 | 0.64 | 0.18 | 94.67 | 0.6 | 0.56 |
| Hex | 84 | D2 | 4B | 25 | 0 | 40 | 12 | 5F | 3C | 38 |
| Octal | 204 | 322 | 113 | 45 | 0 | 100 | 22 | 137 | 74 | 70 |
| Binary | 10000100 | 11010010 | 1001011 | 100101 | 0 | 1000000 | 10010 | 1011111 | 111100 | 111000 |
Color Harmonies of #84D24B
Complementary color
Monochromatic Colors of #84D24B
Black with #84D24B
Text Example
Text Example
White with #84D24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D24B; }
p { color: rgb(132,210,75); }
H1.HeaderClassName
{
color: #84D24B;
}
.AnyTagClassName
{
color: #84D24B;
}
</style>
background-color css
<style>
a { background-color: #84D24B; }
a { background-color: rgb(132,210,75); }
div.DivClassName
{
background-color: #84D24B;
}
.BgClassName
{
background-color: #84D24B;
}
</style>
border-color css
<style>
span { border-color: #84D24B; }
span { border-color: rgb(132,210,75); }
td.TdClassName
{
border-color: #84D24B;
}
.TagClassName
{
border-color: #84D24B;
}
</style>