Shades of Mantis #7ACF3F
Tints of Mantis #7ACF3F
RGB
CMYK
RGB Variations
Color information
#7ACF3F (or 0x7ACF3F) is known color: Mantis. HEX triplet: 7A, CF and 3F. RGB value is (122,207,63). Sum of RGB (Red+Green+Blue) = 122+207+63=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACF3F is #8530C0. Grayscale: #A5A5A5. Windows color (decimal): -8728769 or 4181882. OLE color: 4181882.
HSL color Cylindrical-coordinate representation of color #7ACF3F: hue angle of 95.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7ACF3F is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 63 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.19 |
| HSL | 95.42º | 0.6% | 0.53% | - |
| HSV(B) | 95.42º | 0.7% | 0.81% | - |
| XYZ | 31.24 | 49.12 | 12.54 | - |
| YUV | 165.17 | 70.34 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 63 | 0.41 | 0 | 0.70 | 0.19 | 95.42 | 0.6 | 0.53 |
| Hex | 7A | CF | 3F | 29 | 0 | 46 | 13 | 5F | 3C | 35 |
| Octal | 172 | 317 | 77 | 51 | 0 | 106 | 23 | 137 | 74 | 65 |
| Binary | 1111010 | 11001111 | 111111 | 101001 | 0 | 1000110 | 10011 | 1011111 | 111100 | 110101 |
Color Harmonies of #7ACF3F
Complementary color
Monochromatic Colors of #7ACF3F
Black with #7ACF3F
Text Example
Text Example
White with #7ACF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF3F; }
p { color: rgb(122,207,63); }
H1.HeaderClassName
{
color: #7ACF3F;
}
.AnyTagClassName
{
color: #7ACF3F;
}
</style>
background-color css
<style>
a { background-color: #7ACF3F; }
a { background-color: rgb(122,207,63); }
div.DivClassName
{
background-color: #7ACF3F;
}
.BgClassName
{
background-color: #7ACF3F;
}
</style>
border-color css
<style>
span { border-color: #7ACF3F; }
span { border-color: rgb(122,207,63); }
td.TdClassName
{
border-color: #7ACF3F;
}
.TagClassName
{
border-color: #7ACF3F;
}
</style>