Shades of Mantis #84CB45
Tints of Mantis #84CB45
RGB
CMYK
RGB Variations
Color information
#84CB45 (or 0x84CB45) is known color: Mantis. HEX triplet: 84, CB and 45. RGB value is (132,203,69). Sum of RGB (Red+Green+Blue) = 132+203+69=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CB45 is #7B34BA. Grayscale: #A6A6A6. Windows color (decimal): -8074427 or 4574084. OLE color: 4574084.
HSL color Cylindrical-coordinate representation of color #84CB45: hue angle of 91.79º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84CB45 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 203 | 69 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.20 |
| HSL | 91.79º | 0.56% | 0.53% | - |
| HSV(B) | 91.79º | 0.66% | 0.8% | - |
| XYZ | 31.95 | 48.05 | 13.22 | - |
| YUV | 166.5 | 72.98 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 69 | 0.35 | 0 | 0.66 | 0.20 | 91.79 | 0.56 | 0.53 |
| Hex | 84 | CB | 45 | 23 | 0 | 42 | 14 | 5C | 38 | 35 |
| Octal | 204 | 313 | 105 | 43 | 0 | 102 | 24 | 134 | 70 | 65 |
| Binary | 10000100 | 11001011 | 1000101 | 100011 | 0 | 1000010 | 10100 | 1011100 | 111000 | 110101 |
Color Harmonies of #84CB45
Complementary color
Monochromatic Colors of #84CB45
Black with #84CB45
Text Example
Text Example
White with #84CB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CB45; }
p { color: rgb(132,203,69); }
H1.HeaderClassName
{
color: #84CB45;
}
.AnyTagClassName
{
color: #84CB45;
}
</style>
background-color css
<style>
a { background-color: #84CB45; }
a { background-color: rgb(132,203,69); }
div.DivClassName
{
background-color: #84CB45;
}
.BgClassName
{
background-color: #84CB45;
}
</style>
border-color css
<style>
span { border-color: #84CB45; }
span { border-color: rgb(132,203,69); }
td.TdClassName
{
border-color: #84CB45;
}
.TagClassName
{
border-color: #84CB45;
}
</style>