Shades of Mantis #6FDF3D
Tints of Mantis #6FDF3D
RGB
CMYK
RGB Variations
Color information
#6FDF3D (or 0x6FDF3D) is known color: Mantis. HEX triplet: 6F, DF and 3D. RGB value is (111,223,61). Sum of RGB (Red+Green+Blue) = 111+223+61=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDF3D is #9020C2. Grayscale: #ABABAB. Windows color (decimal): -9445571 or 4054895. OLE color: 4054895.
HSL color Cylindrical-coordinate representation of color #6FDF3D: hue angle of 101.48º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6FDF3D is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 61 | - |
| CMYK | 0.50 | 0 | 0.73 | 0.13 |
| HSL | 101.48º | 0.72% | 0.56% | - |
| HSV(B) | 101.48º | 0.73% | 0.87% | - |
| XYZ | 33.79 | 56.49 | 13.54 | - |
| YUV | 171.04 | 65.89 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 61 | 0.50 | 0 | 0.73 | 0.13 | 101.48 | 0.72 | 0.56 |
| Hex | 6F | DF | 3D | 32 | 0 | 49 | D | 65 | 48 | 38 |
| Octal | 157 | 337 | 75 | 62 | 0 | 111 | 15 | 145 | 110 | 70 |
| Binary | 1101111 | 11011111 | 111101 | 110010 | 0 | 1001001 | 1101 | 1100101 | 1001000 | 111000 |
Color Harmonies of #6FDF3D
Complementary color
Monochromatic Colors of #6FDF3D
Black with #6FDF3D
Text Example
Text Example
White with #6FDF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDF3D; }
p { color: rgb(111,223,61); }
H1.HeaderClassName
{
color: #6FDF3D;
}
.AnyTagClassName
{
color: #6FDF3D;
}
</style>
background-color css
<style>
a { background-color: #6FDF3D; }
a { background-color: rgb(111,223,61); }
div.DivClassName
{
background-color: #6FDF3D;
}
.BgClassName
{
background-color: #6FDF3D;
}
</style>
border-color css
<style>
span { border-color: #6FDF3D; }
span { border-color: rgb(111,223,61); }
td.TdClassName
{
border-color: #6FDF3D;
}
.TagClassName
{
border-color: #6FDF3D;
}
</style>