Shades of Mantis #83CF52
Tints of Mantis #83CF52
RGB
CMYK
RGB Variations
Color information
#83CF52 (or 0x83CF52) is known color: Mantis. HEX triplet: 83, CF and 52. RGB value is (131,207,82). Sum of RGB (Red+Green+Blue) = 131+207+82=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83CF52 is #7C30AD. Grayscale: #AAAAAA. Windows color (decimal): -8138926 or 5427075. OLE color: 5427075.
HSL color Cylindrical-coordinate representation of color #83CF52: hue angle of 96.48º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83CF52 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 207 | 82 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.19 |
| HSL | 96.48º | 0.57% | 0.57% | - |
| HSV(B) | 96.48º | 0.6% | 0.81% | - |
| XYZ | 33.2 | 50.06 | 15.9 | - |
| YUV | 170.03 | 78.32 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 82 | 0.37 | 0 | 0.60 | 0.19 | 96.48 | 0.57 | 0.57 |
| Hex | 83 | CF | 52 | 25 | 0 | 3C | 13 | 60 | 39 | 39 |
| Octal | 203 | 317 | 122 | 45 | 0 | 74 | 23 | 140 | 71 | 71 |
| Binary | 10000011 | 11001111 | 1010010 | 100101 | 0 | 111100 | 10011 | 1100000 | 111001 | 111001 |
Color Harmonies of #83CF52
Complementary color
Monochromatic Colors of #83CF52
Black with #83CF52
Text Example
Text Example
White with #83CF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CF52; }
p { color: rgb(131,207,82); }
H1.HeaderClassName
{
color: #83CF52;
}
.AnyTagClassName
{
color: #83CF52;
}
</style>
background-color css
<style>
a { background-color: #83CF52; }
a { background-color: rgb(131,207,82); }
div.DivClassName
{
background-color: #83CF52;
}
.BgClassName
{
background-color: #83CF52;
}
</style>
border-color css
<style>
span { border-color: #83CF52; }
span { border-color: rgb(131,207,82); }
td.TdClassName
{
border-color: #83CF52;
}
.TagClassName
{
border-color: #83CF52;
}
</style>