Shades of Mantis #7ACF3D
Tints of Mantis #7ACF3D
RGB
CMYK
RGB Variations
Color information
#7ACF3D (or 0x7ACF3D) is known color: Mantis. HEX triplet: 7A, CF and 3D. RGB value is (122,207,61). Sum of RGB (Red+Green+Blue) = 122+207+61=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACF3D is #8530C2. Grayscale: #A5A5A5. Windows color (decimal): -8728771 or 4050810. OLE color: 4050810.
HSL color Cylindrical-coordinate representation of color #7ACF3D: hue angle of 94.93º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7ACF3D is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 61 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.19 |
| HSL | 94.93º | 0.6% | 0.53% | - |
| HSV(B) | 94.93º | 0.71% | 0.81% | - |
| XYZ | 31.18 | 49.1 | 12.25 | - |
| YUV | 164.94 | 69.34 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 61 | 0.41 | 0 | 0.71 | 0.19 | 94.93 | 0.6 | 0.53 |
| Hex | 7A | CF | 3D | 29 | 0 | 47 | 13 | 5F | 3C | 35 |
| Octal | 172 | 317 | 75 | 51 | 0 | 107 | 23 | 137 | 74 | 65 |
| Binary | 1111010 | 11001111 | 111101 | 101001 | 0 | 1000111 | 10011 | 1011111 | 111100 | 110101 |
Color Harmonies of #7ACF3D
Complementary color
Monochromatic Colors of #7ACF3D
Black with #7ACF3D
Text Example
Text Example
White with #7ACF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF3D; }
p { color: rgb(122,207,61); }
H1.HeaderClassName
{
color: #7ACF3D;
}
.AnyTagClassName
{
color: #7ACF3D;
}
</style>
background-color css
<style>
a { background-color: #7ACF3D; }
a { background-color: rgb(122,207,61); }
div.DivClassName
{
background-color: #7ACF3D;
}
.BgClassName
{
background-color: #7ACF3D;
}
</style>
border-color css
<style>
span { border-color: #7ACF3D; }
span { border-color: rgb(122,207,61); }
td.TdClassName
{
border-color: #7ACF3D;
}
.TagClassName
{
border-color: #7ACF3D;
}
</style>