Shades of Mantis #82DF4F
Tints of Mantis #82DF4F
RGB
CMYK
RGB Variations
Color information
#82DF4F (or 0x82DF4F) is known color: Mantis. HEX triplet: 82, DF and 4F. RGB value is (130,223,79). Sum of RGB (Red+Green+Blue) = 130+223+79=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 223 (87.5% from 255 or 51.62% from 432); Blue value is 79 (31.25% from 255 or 18.29% from 432); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DF4F is #7D20B0. Grayscale: #B3B3B3. Windows color (decimal): -8200369 or 5234562. OLE color: 5234562.
HSL color Cylindrical-coordinate representation of color #82DF4F: hue angle of 98.75º 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 #82DF4F is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 79 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.13 |
| HSL | 98.75º | 0.69% | 0.59% | - |
| HSV(B) | 98.75º | 0.65% | 0.87% | - |
| XYZ | 37 | 58.09 | 16.66 | - |
| YUV | 178.78 | 71.69 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 79 | 0.42 | 0 | 0.65 | 0.13 | 98.75 | 0.69 | 0.59 |
| Hex | 82 | DF | 4F | 2A | 0 | 41 | D | 63 | 45 | 3B |
| Octal | 202 | 337 | 117 | 52 | 0 | 101 | 15 | 143 | 105 | 73 |
| Binary | 10000010 | 11011111 | 1001111 | 101010 | 0 | 1000001 | 1101 | 1100011 | 1000101 | 111011 |
Color Harmonies of #82DF4F
Complementary color
Monochromatic Colors of #82DF4F
Black with #82DF4F
Text Example
Text Example
White with #82DF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DF4F; }
p { color: rgb(130,223,79); }
H1.HeaderClassName
{
color: #82DF4F;
}
.AnyTagClassName
{
color: #82DF4F;
}
</style>
background-color css
<style>
a { background-color: #82DF4F; }
a { background-color: rgb(130,223,79); }
div.DivClassName
{
background-color: #82DF4F;
}
.BgClassName
{
background-color: #82DF4F;
}
</style>
border-color css
<style>
span { border-color: #82DF4F; }
span { border-color: rgb(130,223,79); }
td.TdClassName
{
border-color: #82DF4F;
}
.TagClassName
{
border-color: #82DF4F;
}
</style>