Shades of Mantis #84CF67
Tints of Mantis #84CF67
RGB
CMYK
RGB Variations
Color information
#84CF67 (or 0x84CF67) is known color: Mantis. HEX triplet: 84, CF and 67. RGB value is (132,207,103). Sum of RGB (Red+Green+Blue) = 132+207+103=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #84CF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CF67 is #7B3098. Grayscale: #ADADAD. Windows color (decimal): -8073369 or 6803332. OLE color: 6803332.
HSL color Cylindrical-coordinate representation of color #84CF67: hue angle of 103.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 #84CF67 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 103 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.19 |
| HSL | 103.27º | 0.52% | 0.61% | - |
| HSV(B) | 103.27º | 0.5% | 0.81% | - |
| XYZ | 34.28 | 50.51 | 20.77 | - |
| YUV | 172.72 | 88.65 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 103 | 0.36 | 0 | 0.50 | 0.19 | 103.27 | 0.52 | 0.61 |
| Hex | 84 | CF | 67 | 24 | 0 | 32 | 13 | 67 | 34 | 3D |
| Octal | 204 | 317 | 147 | 44 | 0 | 62 | 23 | 147 | 64 | 75 |
| Binary | 10000100 | 11001111 | 1100111 | 100100 | 0 | 110010 | 10011 | 1100111 | 110100 | 111101 |
Color Harmonies of #84CF67
Complementary color
Monochromatic Colors of #84CF67
Black with #84CF67
Text Example
Text Example
White with #84CF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CF67; }
p { color: rgb(132,207,103); }
H1.HeaderClassName
{
color: #84CF67;
}
.AnyTagClassName
{
color: #84CF67;
}
</style>
background-color css
<style>
a { background-color: #84CF67; }
a { background-color: rgb(132,207,103); }
div.DivClassName
{
background-color: #84CF67;
}
.BgClassName
{
background-color: #84CF67;
}
</style>
border-color css
<style>
span { border-color: #84CF67; }
span { border-color: rgb(132,207,103); }
td.TdClassName
{
border-color: #84CF67;
}
.TagClassName
{
border-color: #84CF67;
}
</style>