Shades of Mantis #6FCB52
Tints of Mantis #6FCB52
RGB
CMYK
RGB Variations
Color information
#6FCB52 (or 0x6FCB52) is known color: Mantis. HEX triplet: 6F, CB and 52. RGB value is (111,203,82). Sum of RGB (Red+Green+Blue) = 111+203+82=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCB52 is #9034AD. Grayscale: #A2A2A2. Windows color (decimal): -9450670 or 5426031. OLE color: 5426031.
HSL color Cylindrical-coordinate representation of color #6FCB52: hue angle of 105.62º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FCB52 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 82 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.20 |
| HSL | 105.62º | 0.54% | 0.56% | - |
| HSV(B) | 105.62º | 0.6% | 0.8% | - |
| XYZ | 29.43 | 46.7 | 15.45 | - |
| YUV | 161.7 | 83.02 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 82 | 0.45 | 0 | 0.60 | 0.20 | 105.62 | 0.54 | 0.56 |
| Hex | 6F | CB | 52 | 2D | 0 | 3C | 14 | 6A | 36 | 38 |
| Octal | 157 | 313 | 122 | 55 | 0 | 74 | 24 | 152 | 66 | 70 |
| Binary | 1101111 | 11001011 | 1010010 | 101101 | 0 | 111100 | 10100 | 1101010 | 110110 | 111000 |
Color Harmonies of #6FCB52
Complementary color
Monochromatic Colors of #6FCB52
Black with #6FCB52
Text Example
Text Example
White with #6FCB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCB52; }
p { color: rgb(111,203,82); }
H1.HeaderClassName
{
color: #6FCB52;
}
.AnyTagClassName
{
color: #6FCB52;
}
</style>
background-color css
<style>
a { background-color: #6FCB52; }
a { background-color: rgb(111,203,82); }
div.DivClassName
{
background-color: #6FCB52;
}
.BgClassName
{
background-color: #6FCB52;
}
</style>
border-color css
<style>
span { border-color: #6FCB52; }
span { border-color: rgb(111,203,82); }
td.TdClassName
{
border-color: #6FCB52;
}
.TagClassName
{
border-color: #6FCB52;
}
</style>