Shades of Mantis #7ACF43
Tints of Mantis #7ACF43
RGB
CMYK
RGB Variations
Color information
#7ACF43 (or 0x7ACF43) is known color: Mantis. HEX triplet: 7A, CF and 43. RGB value is (122,207,67). Sum of RGB (Red+Green+Blue) = 122+207+67=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACF43 is #8530BC. Grayscale: #A6A6A6. Windows color (decimal): -8728765 or 4444026. OLE color: 4444026.
HSL color Cylindrical-coordinate representation of color #7ACF43: hue angle of 96.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7ACF43 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 67 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.19 |
| HSL | 96.43º | 0.59% | 0.54% | - |
| HSV(B) | 96.43º | 0.68% | 0.81% | - |
| XYZ | 31.35 | 49.17 | 13.15 | - |
| YUV | 165.63 | 72.34 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 67 | 0.41 | 0 | 0.68 | 0.19 | 96.43 | 0.59 | 0.54 |
| Hex | 7A | CF | 43 | 29 | 0 | 44 | 13 | 60 | 3B | 36 |
| Octal | 172 | 317 | 103 | 51 | 0 | 104 | 23 | 140 | 73 | 66 |
| Binary | 1111010 | 11001111 | 1000011 | 101001 | 0 | 1000100 | 10011 | 1100000 | 111011 | 110110 |
Color Harmonies of #7ACF43
Complementary color
Monochromatic Colors of #7ACF43
Black with #7ACF43
Text Example
Text Example
White with #7ACF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF43; }
p { color: rgb(122,207,67); }
H1.HeaderClassName
{
color: #7ACF43;
}
.AnyTagClassName
{
color: #7ACF43;
}
</style>
background-color css
<style>
a { background-color: #7ACF43; }
a { background-color: rgb(122,207,67); }
div.DivClassName
{
background-color: #7ACF43;
}
.BgClassName
{
background-color: #7ACF43;
}
</style>
border-color css
<style>
span { border-color: #7ACF43; }
span { border-color: rgb(122,207,67); }
td.TdClassName
{
border-color: #7ACF43;
}
.TagClassName
{
border-color: #7ACF43;
}
</style>