Shades of Mantis #7ACF3C
Tints of Mantis #7ACF3C
RGB
CMYK
RGB Variations
Color information
#7ACF3C (or 0x7ACF3C) is known color: Mantis. HEX triplet: 7A, CF and 3C. RGB value is (122,207,60). Sum of RGB (Red+Green+Blue) = 122+207+60=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACF3C is #8530C3. Grayscale: #A5A5A5. Windows color (decimal): -8728772 or 3985274. OLE color: 3985274.
HSL color Cylindrical-coordinate representation of color #7ACF3C: hue angle of 94.69º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7ACF3C is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 60 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.19 |
| HSL | 94.69º | 0.6% | 0.52% | - |
| HSV(B) | 94.69º | 0.71% | 0.81% | - |
| XYZ | 31.15 | 49.09 | 12.11 | - |
| YUV | 164.83 | 68.84 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 60 | 0.41 | 0 | 0.71 | 0.19 | 94.69 | 0.6 | 0.52 |
| Hex | 7A | CF | 3C | 29 | 0 | 47 | 13 | 5F | 3C | 34 |
| Octal | 172 | 317 | 74 | 51 | 0 | 107 | 23 | 137 | 74 | 64 |
| Binary | 1111010 | 11001111 | 111100 | 101001 | 0 | 1000111 | 10011 | 1011111 | 111100 | 110100 |
Color Harmonies of #7ACF3C
Complementary color
Monochromatic Colors of #7ACF3C
Black with #7ACF3C
Text Example
Text Example
White with #7ACF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF3C; }
p { color: rgb(122,207,60); }
H1.HeaderClassName
{
color: #7ACF3C;
}
.AnyTagClassName
{
color: #7ACF3C;
}
</style>
background-color css
<style>
a { background-color: #7ACF3C; }
a { background-color: rgb(122,207,60); }
div.DivClassName
{
background-color: #7ACF3C;
}
.BgClassName
{
background-color: #7ACF3C;
}
</style>
border-color css
<style>
span { border-color: #7ACF3C; }
span { border-color: rgb(122,207,60); }
td.TdClassName
{
border-color: #7ACF3C;
}
.TagClassName
{
border-color: #7ACF3C;
}
</style>