Shades of Mantis #6FD74A
Tints of Mantis #6FD74A
RGB
CMYK
RGB Variations
Color information
#6FD74A (or 0x6FD74A) is known color: Mantis. HEX triplet: 6F, D7 and 4A. RGB value is (111,215,74). Sum of RGB (Red+Green+Blue) = 111+215+74=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 215 (84.38% from 255 or 53.75% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD74A is #9028B5. Grayscale: #A8A8A8. Windows color (decimal): -9447606 or 4904815. OLE color: 4904815.
HSL color Cylindrical-coordinate representation of color #6FD74A: hue angle of 104.26º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6FD74A is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 215 | 74 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.16 |
| HSL | 104.26º | 0.64% | 0.57% | - |
| HSV(B) | 104.26º | 0.66% | 0.84% | - |
| XYZ | 32.09 | 52.47 | 14.92 | - |
| YUV | 167.83 | 75.04 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 215 | 74 | 0.48 | 0 | 0.66 | 0.16 | 104.26 | 0.64 | 0.57 |
| Hex | 6F | D7 | 4A | 30 | 0 | 42 | 10 | 68 | 40 | 39 |
| Octal | 157 | 327 | 112 | 60 | 0 | 102 | 20 | 150 | 100 | 71 |
| Binary | 1101111 | 11010111 | 1001010 | 110000 | 0 | 1000010 | 10000 | 1101000 | 1000000 | 111001 |
Color Harmonies of #6FD74A
Complementary color
Monochromatic Colors of #6FD74A
Black with #6FD74A
Text Example
Text Example
White with #6FD74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD74A; }
p { color: rgb(111,215,74); }
H1.HeaderClassName
{
color: #6FD74A;
}
.AnyTagClassName
{
color: #6FD74A;
}
</style>
background-color css
<style>
a { background-color: #6FD74A; }
a { background-color: rgb(111,215,74); }
div.DivClassName
{
background-color: #6FD74A;
}
.BgClassName
{
background-color: #6FD74A;
}
</style>
border-color css
<style>
span { border-color: #6FD74A; }
span { border-color: rgb(111,215,74); }
td.TdClassName
{
border-color: #6FD74A;
}
.TagClassName
{
border-color: #6FD74A;
}
</style>