Shades of Mantis #6FDF53
Tints of Mantis #6FDF53
RGB
CMYK
RGB Variations
Color information
#6FDF53 (or 0x6FDF53) is known color: Mantis. HEX triplet: 6F, DF and 53. RGB value is (111,223,83). Sum of RGB (Red+Green+Blue) = 111+223+83=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDF53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDF53 is #9020AC. Grayscale: #AEAEAE. Windows color (decimal): -9445549 or 5496687. OLE color: 5496687.
HSL color Cylindrical-coordinate representation of color #6FDF53: hue angle of 108º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6FDF53 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 83 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.13 |
| HSL | 108º | 0.69% | 0.6% | - |
| HSV(B) | 108º | 0.63% | 0.87% | - |
| XYZ | 34.5 | 56.78 | 17.32 | - |
| YUV | 173.55 | 76.89 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 83 | 0.50 | 0 | 0.63 | 0.13 | 108 | 0.69 | 0.6 |
| Hex | 6F | DF | 53 | 32 | 0 | 3F | D | 6C | 45 | 3C |
| Octal | 157 | 337 | 123 | 62 | 0 | 77 | 15 | 154 | 105 | 74 |
| Binary | 1101111 | 11011111 | 1010011 | 110010 | 0 | 111111 | 1101 | 1101100 | 1000101 | 111100 |
Color Harmonies of #6FDF53
Complementary color
Monochromatic Colors of #6FDF53
Black with #6FDF53
Text Example
Text Example
White with #6FDF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDF53; }
p { color: rgb(111,223,83); }
H1.HeaderClassName
{
color: #6FDF53;
}
.AnyTagClassName
{
color: #6FDF53;
}
</style>
background-color css
<style>
a { background-color: #6FDF53; }
a { background-color: rgb(111,223,83); }
div.DivClassName
{
background-color: #6FDF53;
}
.BgClassName
{
background-color: #6FDF53;
}
</style>
border-color css
<style>
span { border-color: #6FDF53; }
span { border-color: rgb(111,223,83); }
td.TdClassName
{
border-color: #6FDF53;
}
.TagClassName
{
border-color: #6FDF53;
}
</style>