Shades of Mantis #6FCB53
Tints of Mantis #6FCB53
RGB
CMYK
RGB Variations
Color information
#6FCB53 (or 0x6FCB53) is known color: Mantis. HEX triplet: 6F, CB and 53. RGB value is (111,203,83). Sum of RGB (Red+Green+Blue) = 111+203+83=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCB53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCB53 is #9034AC. Grayscale: #A2A2A2. Windows color (decimal): -9450669 or 5491567. OLE color: 5491567.
HSL color Cylindrical-coordinate representation of color #6FCB53: hue angle of 106º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6FCB53 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 83 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.20 |
| HSL | 106º | 0.54% | 0.56% | - |
| HSV(B) | 106º | 0.59% | 0.8% | - |
| XYZ | 29.47 | 46.72 | 15.65 | - |
| YUV | 161.81 | 83.52 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 83 | 0.45 | 0 | 0.59 | 0.20 | 106 | 0.54 | 0.56 |
| Hex | 6F | CB | 53 | 2D | 0 | 3B | 14 | 6A | 36 | 38 |
| Octal | 157 | 313 | 123 | 55 | 0 | 73 | 24 | 152 | 66 | 70 |
| Binary | 1101111 | 11001011 | 1010011 | 101101 | 0 | 111011 | 10100 | 1101010 | 110110 | 111000 |
Color Harmonies of #6FCB53
Complementary color
Monochromatic Colors of #6FCB53
Black with #6FCB53
Text Example
Text Example
White with #6FCB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCB53; }
p { color: rgb(111,203,83); }
H1.HeaderClassName
{
color: #6FCB53;
}
.AnyTagClassName
{
color: #6FCB53;
}
</style>
background-color css
<style>
a { background-color: #6FCB53; }
a { background-color: rgb(111,203,83); }
div.DivClassName
{
background-color: #6FCB53;
}
.BgClassName
{
background-color: #6FCB53;
}
</style>
border-color css
<style>
span { border-color: #6FCB53; }
span { border-color: rgb(111,203,83); }
td.TdClassName
{
border-color: #6FCB53;
}
.TagClassName
{
border-color: #6FCB53;
}
</style>