Shades of Mantis #84CF68
Tints of Mantis #84CF68
RGB
CMYK
RGB Variations
Color information
#84CF68 (or 0x84CF68) is known color: Mantis. HEX triplet: 84, CF and 68. RGB value is (132,207,104). Sum of RGB (Red+Green+Blue) = 132+207+104=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #84CF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CF68 is #7B3097. Grayscale: #ADADAD. Windows color (decimal): -8073368 or 6868868. OLE color: 6868868.
HSL color Cylindrical-coordinate representation of color #84CF68: hue angle of 103.69º 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 #84CF68 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 104 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.19 |
| HSL | 103.69º | 0.52% | 0.61% | - |
| HSV(B) | 103.69º | 0.5% | 0.81% | - |
| XYZ | 34.33 | 50.53 | 21.04 | - |
| YUV | 172.83 | 89.15 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 104 | 0.36 | 0 | 0.50 | 0.19 | 103.69 | 0.52 | 0.61 |
| Hex | 84 | CF | 68 | 24 | 0 | 32 | 13 | 68 | 34 | 3D |
| Octal | 204 | 317 | 150 | 44 | 0 | 62 | 23 | 150 | 64 | 75 |
| Binary | 10000100 | 11001111 | 1101000 | 100100 | 0 | 110010 | 10011 | 1101000 | 110100 | 111101 |
Color Harmonies of #84CF68
Complementary color
Monochromatic Colors of #84CF68
Black with #84CF68
Text Example
Text Example
White with #84CF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CF68; }
p { color: rgb(132,207,104); }
H1.HeaderClassName
{
color: #84CF68;
}
.AnyTagClassName
{
color: #84CF68;
}
</style>
background-color css
<style>
a { background-color: #84CF68; }
a { background-color: rgb(132,207,104); }
div.DivClassName
{
background-color: #84CF68;
}
.BgClassName
{
background-color: #84CF68;
}
</style>
border-color css
<style>
span { border-color: #84CF68; }
span { border-color: rgb(132,207,104); }
td.TdClassName
{
border-color: #84CF68;
}
.TagClassName
{
border-color: #84CF68;
}
</style>