Shades of Mantis #82CD4D
Tints of Mantis #82CD4D
RGB
CMYK
RGB Variations
Color information
#82CD4D (or 0x82CD4D) is known color: Mantis. HEX triplet: 82, CD and 4D. RGB value is (130,205,77). Sum of RGB (Red+Green+Blue) = 130+205+77=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CD4D is #7D32B2. Grayscale: #A8A8A8. Windows color (decimal): -8204979 or 5098882. OLE color: 5098882.
HSL color Cylindrical-coordinate representation of color #82CD4D: hue angle of 95.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82CD4D is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
RGB | 130 | 205 | 77 | - |
CMYK | 0.37 | 0 | 0.62 | 0.20 |
HSL | 95.16º | 0.56% | 0.55% | - |
HSV(B) | 95.16º | 0.62% | 0.8% | - |
XYZ | 32.38 | 48.94 | 14.76 | - |
YUV | 167.98 | 76.65 | 100.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 205 | 77 | 0.37 | 0 | 0.62 | 0.20 | 95.16 | 0.56 | 0.55 |
Hex | 82 | CD | 4D | 25 | 0 | 3E | 14 | 5F | 38 | 37 |
Octal | 202 | 315 | 115 | 45 | 0 | 76 | 24 | 137 | 70 | 67 |
Binary | 10000010 | 11001101 | 1001101 | 100101 | 0 | 111110 | 10100 | 1011111 | 111000 | 110111 |
Color Harmonies of #82CD4D
Complementary color
Monochromatic Colors of #82CD4D
Black with #82CD4D
Text Example
Text Example
White with #82CD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CD4D; }
p { color: rgb(130,205,77); }
H1.HeaderClassName
{
color: #82CD4D;
}
.AnyTagClassName
{
color: #82CD4D;
}
</style>
background-color css
<style>
a { background-color: #82CD4D; }
a { background-color: rgb(130,205,77); }
div.DivClassName
{
background-color: #82CD4D;
}
.BgClassName
{
background-color: #82CD4D;
}
</style>
border-color css
<style>
span { border-color: #82CD4D; }
span { border-color: rgb(130,205,77); }
td.TdClassName
{
border-color: #82CD4D;
}
.TagClassName
{
border-color: #82CD4D;
}
</style>