Shades of Mantis #67D652
Tints of Mantis #67D652
RGB
CMYK
RGB Variations
Color information
#67D652 (or 0x67D652) is known color: Mantis. HEX triplet: 67, D6 and 52. RGB value is (103,214,82). Sum of RGB (Red+Green+Blue) = 103+214+82=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #67D652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67D652 is #9829AD. Grayscale: #A6A6A6. Windows color (decimal): -9972142 or 5428839. OLE color: 5428839.
HSL color Cylindrical-coordinate representation of color #67D652: hue angle of 110.45º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #67D652 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 214 | 82 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.16 |
| HSL | 110.45º | 0.62% | 0.58% | - |
| HSV(B) | 110.45º | 0.62% | 0.84% | - |
| XYZ | 31.16 | 51.59 | 16.3 | - |
| YUV | 165.76 | 80.73 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 214 | 82 | 0.52 | 0 | 0.62 | 0.16 | 110.45 | 0.62 | 0.58 |
| Hex | 67 | D6 | 52 | 34 | 0 | 3E | 10 | 6E | 3E | 3A |
| Octal | 147 | 326 | 122 | 64 | 0 | 76 | 20 | 156 | 76 | 72 |
| Binary | 1100111 | 11010110 | 1010010 | 110100 | 0 | 111110 | 10000 | 1101110 | 111110 | 111010 |
Color Harmonies of #67D652
Complementary color
Monochromatic Colors of #67D652
Black with #67D652
Text Example
Text Example
White with #67D652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D652; }
p { color: rgb(103,214,82); }
H1.HeaderClassName
{
color: #67D652;
}
.AnyTagClassName
{
color: #67D652;
}
</style>
background-color css
<style>
a { background-color: #67D652; }
a { background-color: rgb(103,214,82); }
div.DivClassName
{
background-color: #67D652;
}
.BgClassName
{
background-color: #67D652;
}
</style>
border-color css
<style>
span { border-color: #67D652; }
span { border-color: rgb(103,214,82); }
td.TdClassName
{
border-color: #67D652;
}
.TagClassName
{
border-color: #67D652;
}
</style>