Shades of Mantis #6FCF55
Tints of Mantis #6FCF55
RGB
CMYK
RGB Variations
Color information
#6FCF55 (or 0x6FCF55) is known color: Mantis. HEX triplet: 6F, CF and 55. RGB value is (111,207,85). Sum of RGB (Red+Green+Blue) = 111+207+85=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCF55 is #9030AA. Grayscale: #A4A4A4. Windows color (decimal): -9449643 or 5623663. OLE color: 5623663.
HSL color Cylindrical-coordinate representation of color #6FCF55: hue angle of 107.21º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6FCF55 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 85 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.19 |
| HSL | 107.21º | 0.56% | 0.57% | - |
| HSV(B) | 107.21º | 0.59% | 0.81% | - |
| XYZ | 30.51 | 48.66 | 16.38 | - |
| YUV | 164.39 | 83.2 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 85 | 0.46 | 0 | 0.59 | 0.19 | 107.21 | 0.56 | 0.57 |
| Hex | 6F | CF | 55 | 2E | 0 | 3B | 13 | 6B | 38 | 39 |
| Octal | 157 | 317 | 125 | 56 | 0 | 73 | 23 | 153 | 70 | 71 |
| Binary | 1101111 | 11001111 | 1010101 | 101110 | 0 | 111011 | 10011 | 1101011 | 111000 | 111001 |
Color Harmonies of #6FCF55
Complementary color
Monochromatic Colors of #6FCF55
Black with #6FCF55
Text Example
Text Example
White with #6FCF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF55; }
p { color: rgb(111,207,85); }
H1.HeaderClassName
{
color: #6FCF55;
}
.AnyTagClassName
{
color: #6FCF55;
}
</style>
background-color css
<style>
a { background-color: #6FCF55; }
a { background-color: rgb(111,207,85); }
div.DivClassName
{
background-color: #6FCF55;
}
.BgClassName
{
background-color: #6FCF55;
}
</style>
border-color css
<style>
span { border-color: #6FCF55; }
span { border-color: rgb(111,207,85); }
td.TdClassName
{
border-color: #6FCF55;
}
.TagClassName
{
border-color: #6FCF55;
}
</style>