Shades of Mantis #83B267
Tints of Mantis #83B267
RGB
CMYK
RGB Variations
Color information
#83B267 (or 0x83B267) is known color: Mantis. HEX triplet: 83, B2 and 67. RGB value is (131,178,103). Sum of RGB (Red+Green+Blue) = 131+178+103=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 178 - color contains mainly: green. Hex color #83B267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B267 is #7C4D98. Grayscale: #9B9B9B. Windows color (decimal): -8146329 or 6795907. OLE color: 6795907.
HSL color Cylindrical-coordinate representation of color #83B267: hue angle of 97.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83B267 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 178 | 103 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.30 |
| HSL | 97.6º | 0.33% | 0.55% | - |
| HSV(B) | 97.6º | 0.42% | 0.7% | - |
| XYZ | 27.73 | 37.65 | 18.64 | - |
| YUV | 155.4 | 98.43 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 178 | 103 | 0.26 | 0 | 0.42 | 0.30 | 97.6 | 0.33 | 0.55 |
| Hex | 83 | B2 | 67 | 1A | 0 | 2A | 1E | 62 | 21 | 37 |
| Octal | 203 | 262 | 147 | 32 | 0 | 52 | 36 | 142 | 41 | 67 |
| Binary | 10000011 | 10110010 | 1100111 | 11010 | 0 | 101010 | 11110 | 1100010 | 100001 | 110111 |
Color Harmonies of #83B267
Complementary color
Monochromatic Colors of #83B267
Black with #83B267
Text Example
Text Example
White with #83B267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B267; }
p { color: rgb(131,178,103); }
H1.HeaderClassName
{
color: #83B267;
}
.AnyTagClassName
{
color: #83B267;
}
</style>
background-color css
<style>
a { background-color: #83B267; }
a { background-color: rgb(131,178,103); }
div.DivClassName
{
background-color: #83B267;
}
.BgClassName
{
background-color: #83B267;
}
</style>
border-color css
<style>
span { border-color: #83B267; }
span { border-color: rgb(131,178,103); }
td.TdClassName
{
border-color: #83B267;
}
.TagClassName
{
border-color: #83B267;
}
</style>