Shades of Mantis #6FE34A
Tints of Mantis #6FE34A
RGB
CMYK
RGB Variations
Color information
#6FE34A (or 0x6FE34A) is known color: Mantis. HEX triplet: 6F, E3 and 4A. RGB value is (111,227,74). Sum of RGB (Red+Green+Blue) = 111+227+74=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 227 (89.06% from 255 or 55.10% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 227 - color contains mainly: green. Hex color #6FE34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FE34A is #901CB5. Grayscale: #AFAFAF. Windows color (decimal): -9444534 or 4907887. OLE color: 4907887.
HSL color Cylindrical-coordinate representation of color #6FE34A: hue angle of 105.49º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6FE34A is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 227 | 74 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.11 |
| HSL | 105.49º | 0.73% | 0.59% | - |
| HSV(B) | 105.49º | 0.67% | 0.89% | - |
| XYZ | 35.26 | 58.81 | 15.97 | - |
| YUV | 174.87 | 71.07 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 227 | 74 | 0.51 | 0 | 0.67 | 0.11 | 105.49 | 0.73 | 0.59 |
| Hex | 6F | E3 | 4A | 33 | 0 | 43 | B | 69 | 49 | 3B |
| Octal | 157 | 343 | 112 | 63 | 0 | 103 | 13 | 151 | 111 | 73 |
| Binary | 1101111 | 11100011 | 1001010 | 110011 | 0 | 1000011 | 1011 | 1101001 | 1001001 | 111011 |
Color Harmonies of #6FE34A
Complementary color
Monochromatic Colors of #6FE34A
Black with #6FE34A
Text Example
Text Example
White with #6FE34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE34A; }
p { color: rgb(111,227,74); }
H1.HeaderClassName
{
color: #6FE34A;
}
.AnyTagClassName
{
color: #6FE34A;
}
</style>
background-color css
<style>
a { background-color: #6FE34A; }
a { background-color: rgb(111,227,74); }
div.DivClassName
{
background-color: #6FE34A;
}
.BgClassName
{
background-color: #6FE34A;
}
</style>
border-color css
<style>
span { border-color: #6FE34A; }
span { border-color: rgb(111,227,74); }
td.TdClassName
{
border-color: #6FE34A;
}
.TagClassName
{
border-color: #6FE34A;
}
</style>