Shades of Mantis #83CF68
Tints of Mantis #83CF68
RGB
CMYK
RGB Variations
Color information
#83CF68 (or 0x83CF68) is known color: Mantis. HEX triplet: 83, CF and 68. RGB value is (131,207,104). Sum of RGB (Red+Green+Blue) = 131+207+104=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83CF68 is #7C3097. Grayscale: #ACACAC. Windows color (decimal): -8138904 or 6868867. OLE color: 6868867.
HSL color Cylindrical-coordinate representation of color #83CF68: hue angle of 104.27º 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 #83CF68 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 207 | 104 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.19 |
| HSL | 104.27º | 0.52% | 0.61% | - |
| HSV(B) | 104.27º | 0.5% | 0.81% | - |
| XYZ | 34.17 | 50.45 | 21.03 | - |
| YUV | 172.53 | 89.32 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 104 | 0.37 | 0 | 0.50 | 0.19 | 104.27 | 0.52 | 0.61 |
| Hex | 83 | CF | 68 | 25 | 0 | 32 | 13 | 68 | 34 | 3D |
| Octal | 203 | 317 | 150 | 45 | 0 | 62 | 23 | 150 | 64 | 75 |
| Binary | 10000011 | 11001111 | 1101000 | 100101 | 0 | 110010 | 10011 | 1101000 | 110100 | 111101 |
Color Harmonies of #83CF68
Complementary color
Monochromatic Colors of #83CF68
Black with #83CF68
Text Example
Text Example
White with #83CF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CF68; }
p { color: rgb(131,207,104); }
H1.HeaderClassName
{
color: #83CF68;
}
.AnyTagClassName
{
color: #83CF68;
}
</style>
background-color css
<style>
a { background-color: #83CF68; }
a { background-color: rgb(131,207,104); }
div.DivClassName
{
background-color: #83CF68;
}
.BgClassName
{
background-color: #83CF68;
}
</style>
border-color css
<style>
span { border-color: #83CF68; }
span { border-color: rgb(131,207,104); }
td.TdClassName
{
border-color: #83CF68;
}
.TagClassName
{
border-color: #83CF68;
}
</style>