Shades of Mantis #7ACD3F
Tints of Mantis #7ACD3F
RGB
CMYK
RGB Variations
Color information
#7ACD3F (or 0x7ACD3F) is known color: Mantis. HEX triplet: 7A, CD and 3F. RGB value is (122,205,63). Sum of RGB (Red+Green+Blue) = 122+205+63=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 205 (80.47% from 255 or 52.56% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACD3F is #8532C0. Grayscale: #A4A4A4. Windows color (decimal): -8729281 or 4181370. OLE color: 4181370.
HSL color Cylindrical-coordinate representation of color #7ACD3F: hue angle of 95.07º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7ACD3F is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 63 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.20 |
| HSL | 95.07º | 0.59% | 0.53% | - |
| HSV(B) | 95.07º | 0.69% | 0.8% | - |
| XYZ | 30.75 | 48.16 | 12.38 | - |
| YUV | 164 | 71 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 63 | 0.40 | 0 | 0.69 | 0.20 | 95.07 | 0.59 | 0.53 |
| Hex | 7A | CD | 3F | 28 | 0 | 45 | 14 | 5F | 3B | 35 |
| Octal | 172 | 315 | 77 | 50 | 0 | 105 | 24 | 137 | 73 | 65 |
| Binary | 1111010 | 11001101 | 111111 | 101000 | 0 | 1000101 | 10100 | 1011111 | 111011 | 110101 |
Color Harmonies of #7ACD3F
Complementary color
Monochromatic Colors of #7ACD3F
Black with #7ACD3F
Text Example
Text Example
White with #7ACD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACD3F; }
p { color: rgb(122,205,63); }
H1.HeaderClassName
{
color: #7ACD3F;
}
.AnyTagClassName
{
color: #7ACD3F;
}
</style>
background-color css
<style>
a { background-color: #7ACD3F; }
a { background-color: rgb(122,205,63); }
div.DivClassName
{
background-color: #7ACD3F;
}
.BgClassName
{
background-color: #7ACD3F;
}
</style>
border-color css
<style>
span { border-color: #7ACD3F; }
span { border-color: rgb(122,205,63); }
td.TdClassName
{
border-color: #7ACD3F;
}
.TagClassName
{
border-color: #7ACD3F;
}
</style>