Shades of Mantis #83DF4F
Tints of Mantis #83DF4F
RGB
CMYK
RGB Variations
Color information
#83DF4F (or 0x83DF4F) is known color: Mantis. HEX triplet: 83, DF and 4F. RGB value is (131,223,79). Sum of RGB (Red+Green+Blue) = 131+223+79=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #83DF4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DF4F is #7C20B0. Grayscale: #B3B3B3. Windows color (decimal): -8134833 or 5234563. OLE color: 5234563.
HSL color Cylindrical-coordinate representation of color #83DF4F: hue angle of 98.33º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83DF4F is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 79 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.13 |
| HSL | 98.33º | 0.69% | 0.59% | - |
| HSV(B) | 98.33º | 0.65% | 0.87% | - |
| XYZ | 37.16 | 58.17 | 16.67 | - |
| YUV | 179.08 | 71.52 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 79 | 0.41 | 0 | 0.65 | 0.13 | 98.33 | 0.69 | 0.59 |
| Hex | 83 | DF | 4F | 29 | 0 | 41 | D | 62 | 45 | 3B |
| Octal | 203 | 337 | 117 | 51 | 0 | 101 | 15 | 142 | 105 | 73 |
| Binary | 10000011 | 11011111 | 1001111 | 101001 | 0 | 1000001 | 1101 | 1100010 | 1000101 | 111011 |
Color Harmonies of #83DF4F
Complementary color
Monochromatic Colors of #83DF4F
Black with #83DF4F
Text Example
Text Example
White with #83DF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DF4F; }
p { color: rgb(131,223,79); }
H1.HeaderClassName
{
color: #83DF4F;
}
.AnyTagClassName
{
color: #83DF4F;
}
</style>
background-color css
<style>
a { background-color: #83DF4F; }
a { background-color: rgb(131,223,79); }
div.DivClassName
{
background-color: #83DF4F;
}
.BgClassName
{
background-color: #83DF4F;
}
</style>
border-color css
<style>
span { border-color: #83DF4F; }
span { border-color: rgb(131,223,79); }
td.TdClassName
{
border-color: #83DF4F;
}
.TagClassName
{
border-color: #83DF4F;
}
</style>