Shades of Mantis #6FDF4B
Tints of Mantis #6FDF4B
RGB
CMYK
RGB Variations
Color information
#6FDF4B (or 0x6FDF4B) is known color: Mantis. HEX triplet: 6F, DF and 4B. RGB value is (111,223,75). Sum of RGB (Red+Green+Blue) = 111+223+75=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDF4B is #9020B4. Grayscale: #ADADAD. Windows color (decimal): -9445557 or 4972399. OLE color: 4972399.
HSL color Cylindrical-coordinate representation of color #6FDF4B: hue angle of 105.41º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6FDF4B is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 75 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.13 |
| HSL | 105.41º | 0.7% | 0.58% | - |
| HSV(B) | 105.41º | 0.66% | 0.87% | - |
| XYZ | 34.21 | 56.66 | 15.79 | - |
| YUV | 172.64 | 72.89 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 75 | 0.50 | 0 | 0.66 | 0.13 | 105.41 | 0.7 | 0.58 |
| Hex | 6F | DF | 4B | 32 | 0 | 42 | D | 69 | 46 | 3A |
| Octal | 157 | 337 | 113 | 62 | 0 | 102 | 15 | 151 | 106 | 72 |
| Binary | 1101111 | 11011111 | 1001011 | 110010 | 0 | 1000010 | 1101 | 1101001 | 1000110 | 111010 |
Color Harmonies of #6FDF4B
Complementary color
Monochromatic Colors of #6FDF4B
Black with #6FDF4B
Text Example
Text Example
White with #6FDF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDF4B; }
p { color: rgb(111,223,75); }
H1.HeaderClassName
{
color: #6FDF4B;
}
.AnyTagClassName
{
color: #6FDF4B;
}
</style>
background-color css
<style>
a { background-color: #6FDF4B; }
a { background-color: rgb(111,223,75); }
div.DivClassName
{
background-color: #6FDF4B;
}
.BgClassName
{
background-color: #6FDF4B;
}
</style>
border-color css
<style>
span { border-color: #6FDF4B; }
span { border-color: rgb(111,223,75); }
td.TdClassName
{
border-color: #6FDF4B;
}
.TagClassName
{
border-color: #6FDF4B;
}
</style>