Shades of Mantis #81BE4B
Tints of Mantis #81BE4B
RGB
CMYK
RGB Variations
Color information
#81BE4B (or 0x81BE4B) is known color: Mantis. HEX triplet: 81, BE and 4B. RGB value is (129,190,75). Sum of RGB (Red+Green+Blue) = 129+190+75=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BE4B is #7E41B4. Grayscale: #9F9F9F. Windows color (decimal): -8274357 or 4963969. OLE color: 4963969.
HSL color Cylindrical-coordinate representation of color #81BE4B: hue angle of 91.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81BE4B is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 75 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.25 |
| HSL | 91.83º | 0.47% | 0.52% | - |
| HSV(B) | 91.83º | 0.61% | 0.75% | - |
| XYZ | 28.74 | 42 | 13.25 | - |
| YUV | 158.65 | 80.79 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 75 | 0.32 | 0 | 0.61 | 0.25 | 91.83 | 0.47 | 0.52 |
| Hex | 81 | BE | 4B | 20 | 0 | 3D | 19 | 5C | 2F | 34 |
| Octal | 201 | 276 | 113 | 40 | 0 | 75 | 31 | 134 | 57 | 64 |
| Binary | 10000001 | 10111110 | 1001011 | 100000 | 0 | 111101 | 11001 | 1011100 | 101111 | 110100 |
Color Harmonies of #81BE4B
Complementary color
Monochromatic Colors of #81BE4B
Black with #81BE4B
Text Example
Text Example
White with #81BE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BE4B; }
p { color: rgb(129,190,75); }
H1.HeaderClassName
{
color: #81BE4B;
}
.AnyTagClassName
{
color: #81BE4B;
}
</style>
background-color css
<style>
a { background-color: #81BE4B; }
a { background-color: rgb(129,190,75); }
div.DivClassName
{
background-color: #81BE4B;
}
.BgClassName
{
background-color: #81BE4B;
}
</style>
border-color css
<style>
span { border-color: #81BE4B; }
span { border-color: rgb(129,190,75); }
td.TdClassName
{
border-color: #81BE4B;
}
.TagClassName
{
border-color: #81BE4B;
}
</style>