Shades of Mantis #83CF67
Tints of Mantis #83CF67
RGB
CMYK
RGB Variations
Color information
#83CF67 (or 0x83CF67) is known color: Mantis. HEX triplet: 83, CF and 67. RGB value is (131,207,103). Sum of RGB (Red+Green+Blue) = 131+207+103=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83CF67 is #7C3098. Grayscale: #ACACAC. Windows color (decimal): -8138905 or 6803331. OLE color: 6803331.
HSL color Cylindrical-coordinate representation of color #83CF67: hue angle of 103.85º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83CF67 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 207 | 103 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.19 |
| HSL | 103.85º | 0.52% | 0.61% | - |
| HSV(B) | 103.85º | 0.5% | 0.81% | - |
| XYZ | 34.12 | 50.43 | 20.77 | - |
| YUV | 172.42 | 88.82 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 103 | 0.37 | 0 | 0.50 | 0.19 | 103.85 | 0.52 | 0.61 |
| Hex | 83 | CF | 67 | 25 | 0 | 32 | 13 | 68 | 34 | 3D |
| Octal | 203 | 317 | 147 | 45 | 0 | 62 | 23 | 150 | 64 | 75 |
| Binary | 10000011 | 11001111 | 1100111 | 100101 | 0 | 110010 | 10011 | 1101000 | 110100 | 111101 |
Color Harmonies of #83CF67
Complementary color
Monochromatic Colors of #83CF67
Black with #83CF67
Text Example
Text Example
White with #83CF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CF67; }
p { color: rgb(131,207,103); }
H1.HeaderClassName
{
color: #83CF67;
}
.AnyTagClassName
{
color: #83CF67;
}
</style>
background-color css
<style>
a { background-color: #83CF67; }
a { background-color: rgb(131,207,103); }
div.DivClassName
{
background-color: #83CF67;
}
.BgClassName
{
background-color: #83CF67;
}
</style>
border-color css
<style>
span { border-color: #83CF67; }
span { border-color: rgb(131,207,103); }
td.TdClassName
{
border-color: #83CF67;
}
.TagClassName
{
border-color: #83CF67;
}
</style>