Shades of Mantis #6ECF4A
Tints of Mantis #6ECF4A
RGB
CMYK
RGB Variations
Color information
#6ECF4A (or 0x6ECF4A) is known color: Mantis. HEX triplet: 6E, CF and 4A. RGB value is (110,207,74). Sum of RGB (Red+Green+Blue) = 110+207+74=391 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.13% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECF4A is #9130B5. Grayscale: #A3A3A3. Windows color (decimal): -9515190 or 4902766. OLE color: 4902766.
HSL color Cylindrical-coordinate representation of color #6ECF4A: hue angle of 103.76º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6ECF4A is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 74 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.19 |
| HSL | 103.76º | 0.58% | 0.55% | - |
| HSV(B) | 103.76º | 0.64% | 0.81% | - |
| XYZ | 29.98 | 48.44 | 14.25 | - |
| YUV | 162.84 | 77.86 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 74 | 0.47 | 0 | 0.64 | 0.19 | 103.76 | 0.58 | 0.55 |
| Hex | 6E | CF | 4A | 2F | 0 | 40 | 13 | 68 | 3A | 37 |
| Octal | 156 | 317 | 112 | 57 | 0 | 100 | 23 | 150 | 72 | 67 |
| Binary | 1101110 | 11001111 | 1001010 | 101111 | 0 | 1000000 | 10011 | 1101000 | 111010 | 110111 |
Color Harmonies of #6ECF4A
Complementary color
Monochromatic Colors of #6ECF4A
Black with #6ECF4A
Text Example
Text Example
White with #6ECF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECF4A; }
p { color: rgb(110,207,74); }
H1.HeaderClassName
{
color: #6ECF4A;
}
.AnyTagClassName
{
color: #6ECF4A;
}
</style>
background-color css
<style>
a { background-color: #6ECF4A; }
a { background-color: rgb(110,207,74); }
div.DivClassName
{
background-color: #6ECF4A;
}
.BgClassName
{
background-color: #6ECF4A;
}
</style>
border-color css
<style>
span { border-color: #6ECF4A; }
span { border-color: rgb(110,207,74); }
td.TdClassName
{
border-color: #6ECF4A;
}
.TagClassName
{
border-color: #6ECF4A;
}
</style>