Shades of Mantis #6FDA4B
Tints of Mantis #6FDA4B
RGB
CMYK
RGB Variations
Color information
#6FDA4B (or 0x6FDA4B) is known color: Mantis. HEX triplet: 6F, DA and 4B. RGB value is (111,218,75). Sum of RGB (Red+Green+Blue) = 111+218+75=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDA4B is #9025B4. Grayscale: #AAAAAA. Windows color (decimal): -9446837 or 4971119. OLE color: 4971119.
HSL color Cylindrical-coordinate representation of color #6FDA4B: hue angle of 104.9º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6FDA4B is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 75 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.15 |
| HSL | 104.9º | 0.66% | 0.57% | - |
| HSV(B) | 104.9º | 0.66% | 0.85% | - |
| XYZ | 32.9 | 54.03 | 15.35 | - |
| YUV | 169.71 | 74.55 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 75 | 0.49 | 0 | 0.66 | 0.15 | 104.9 | 0.66 | 0.57 |
| Hex | 6F | DA | 4B | 31 | 0 | 42 | F | 69 | 42 | 39 |
| Octal | 157 | 332 | 113 | 61 | 0 | 102 | 17 | 151 | 102 | 71 |
| Binary | 1101111 | 11011010 | 1001011 | 110001 | 0 | 1000010 | 1111 | 1101001 | 1000010 | 111001 |
Color Harmonies of #6FDA4B
Complementary color
Monochromatic Colors of #6FDA4B
Black with #6FDA4B
Text Example
Text Example
White with #6FDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDA4B; }
p { color: rgb(111,218,75); }
H1.HeaderClassName
{
color: #6FDA4B;
}
.AnyTagClassName
{
color: #6FDA4B;
}
</style>
background-color css
<style>
a { background-color: #6FDA4B; }
a { background-color: rgb(111,218,75); }
div.DivClassName
{
background-color: #6FDA4B;
}
.BgClassName
{
background-color: #6FDA4B;
}
</style>
border-color css
<style>
span { border-color: #6FDA4B; }
span { border-color: rgb(111,218,75); }
td.TdClassName
{
border-color: #6FDA4B;
}
.TagClassName
{
border-color: #6FDA4B;
}
</style>