Shades of Mantis #83CD4D
Tints of Mantis #83CD4D
RGB
CMYK
RGB Variations
Color information
#83CD4D (or 0x83CD4D) is known color: Mantis. HEX triplet: 83, CD and 4D. RGB value is (131,205,77). Sum of RGB (Red+Green+Blue) = 131+205+77=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #83CD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83CD4D is #7C32B2. Grayscale: #A8A8A8. Windows color (decimal): -8139443 or 5098883. OLE color: 5098883.
HSL color Cylindrical-coordinate representation of color #83CD4D: hue angle of 94.69º 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 #83CD4D is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
RGB | 131 | 205 | 77 | - |
CMYK | 0.36 | 0 | 0.62 | 0.20 |
HSL | 94.69º | 0.56% | 0.55% | - |
HSV(B) | 94.69º | 0.62% | 0.8% | - |
XYZ | 32.53 | 49.02 | 14.77 | - |
YUV | 168.28 | 76.48 | 101.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 131 | 205 | 77 | 0.36 | 0 | 0.62 | 0.20 | 94.69 | 0.56 | 0.55 |
Hex | 83 | CD | 4D | 24 | 0 | 3E | 14 | 5F | 38 | 37 |
Octal | 203 | 315 | 115 | 44 | 0 | 76 | 24 | 137 | 70 | 67 |
Binary | 10000011 | 11001101 | 1001101 | 100100 | 0 | 111110 | 10100 | 1011111 | 111000 | 110111 |
Color Harmonies of #83CD4D
Complementary color
Monochromatic Colors of #83CD4D
Black with #83CD4D
Text Example
Text Example
White with #83CD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CD4D; }
p { color: rgb(131,205,77); }
H1.HeaderClassName
{
color: #83CD4D;
}
.AnyTagClassName
{
color: #83CD4D;
}
</style>
background-color css
<style>
a { background-color: #83CD4D; }
a { background-color: rgb(131,205,77); }
div.DivClassName
{
background-color: #83CD4D;
}
.BgClassName
{
background-color: #83CD4D;
}
</style>
border-color css
<style>
span { border-color: #83CD4D; }
span { border-color: rgb(131,205,77); }
td.TdClassName
{
border-color: #83CD4D;
}
.TagClassName
{
border-color: #83CD4D;
}
</style>