Shades of Mantis #84CF69
Tints of Mantis #84CF69
RGB
CMYK
RGB Variations
Color information
#84CF69 (or 0x84CF69) is known color: Mantis. HEX triplet: 84, CF and 69. RGB value is (132,207,105). Sum of RGB (Red+Green+Blue) = 132+207+105=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #84CF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CF69 is #7B3096. Grayscale: #ADADAD. Windows color (decimal): -8073367 or 6934404. OLE color: 6934404.
HSL color Cylindrical-coordinate representation of color #84CF69: hue angle of 104.12º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84CF69 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 105 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.19 |
| HSL | 104.12º | 0.52% | 0.61% | - |
| HSV(B) | 104.12º | 0.49% | 0.81% | - |
| XYZ | 34.38 | 50.55 | 21.31 | - |
| YUV | 172.95 | 89.65 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 105 | 0.36 | 0 | 0.49 | 0.19 | 104.12 | 0.52 | 0.61 |
| Hex | 84 | CF | 69 | 24 | 0 | 31 | 13 | 68 | 34 | 3D |
| Octal | 204 | 317 | 151 | 44 | 0 | 61 | 23 | 150 | 64 | 75 |
| Binary | 10000100 | 11001111 | 1101001 | 100100 | 0 | 110001 | 10011 | 1101000 | 110100 | 111101 |
Color Harmonies of #84CF69
Complementary color
Monochromatic Colors of #84CF69
Black with #84CF69
Text Example
Text Example
White with #84CF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CF69; }
p { color: rgb(132,207,105); }
H1.HeaderClassName
{
color: #84CF69;
}
.AnyTagClassName
{
color: #84CF69;
}
</style>
background-color css
<style>
a { background-color: #84CF69; }
a { background-color: rgb(132,207,105); }
div.DivClassName
{
background-color: #84CF69;
}
.BgClassName
{
background-color: #84CF69;
}
</style>
border-color css
<style>
span { border-color: #84CF69; }
span { border-color: rgb(132,207,105); }
td.TdClassName
{
border-color: #84CF69;
}
.TagClassName
{
border-color: #84CF69;
}
</style>