Shades of Mantis #7FD04A
Tints of Mantis #7FD04A
RGB
CMYK
RGB Variations
Color information
#7FD04A (or 0x7FD04A) is known color: Mantis. HEX triplet: 7F, D0 and 4A. RGB value is (127,208,74). Sum of RGB (Red+Green+Blue) = 127+208+74=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD04A is #802FB5. Grayscale: #A8A8A8. Windows color (decimal): -8400822 or 4903039. OLE color: 4903039.
HSL color Cylindrical-coordinate representation of color #7FD04A: hue angle of 96.27º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FD04A is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 208 | 74 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.18 |
| HSL | 96.27º | 0.59% | 0.55% | - |
| HSV(B) | 96.27º | 0.64% | 0.82% | - |
| XYZ | 32.54 | 50.12 | 14.44 | - |
| YUV | 168.51 | 74.66 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 208 | 74 | 0.39 | 0 | 0.64 | 0.18 | 96.27 | 0.59 | 0.55 |
| Hex | 7F | D0 | 4A | 27 | 0 | 40 | 12 | 60 | 3B | 37 |
| Octal | 177 | 320 | 112 | 47 | 0 | 100 | 22 | 140 | 73 | 67 |
| Binary | 1111111 | 11010000 | 1001010 | 100111 | 0 | 1000000 | 10010 | 1100000 | 111011 | 110111 |
Color Harmonies of #7FD04A
Complementary color
Monochromatic Colors of #7FD04A
Black with #7FD04A
Text Example
Text Example
White with #7FD04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD04A; }
p { color: rgb(127,208,74); }
H1.HeaderClassName
{
color: #7FD04A;
}
.AnyTagClassName
{
color: #7FD04A;
}
</style>
background-color css
<style>
a { background-color: #7FD04A; }
a { background-color: rgb(127,208,74); }
div.DivClassName
{
background-color: #7FD04A;
}
.BgClassName
{
background-color: #7FD04A;
}
</style>
border-color css
<style>
span { border-color: #7FD04A; }
span { border-color: rgb(127,208,74); }
td.TdClassName
{
border-color: #7FD04A;
}
.TagClassName
{
border-color: #7FD04A;
}
</style>