Shades of Mantis #6FCA52
Tints of Mantis #6FCA52
RGB
CMYK
RGB Variations
Color information
#6FCA52 (or 0x6FCA52) is known color: Mantis. HEX triplet: 6F, CA and 52. RGB value is (111,202,82). Sum of RGB (Red+Green+Blue) = 111+202+82=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCA52 is #9035AD. Grayscale: #A1A1A1. Windows color (decimal): -9450926 or 5425775. OLE color: 5425775.
HSL color Cylindrical-coordinate representation of color #6FCA52: hue angle of 105.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6FCA52 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 202 | 82 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.21 |
| HSL | 105.5º | 0.53% | 0.56% | - |
| HSV(B) | 105.5º | 0.59% | 0.79% | - |
| XYZ | 29.2 | 46.23 | 15.37 | - |
| YUV | 161.11 | 83.35 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 82 | 0.45 | 0 | 0.59 | 0.21 | 105.5 | 0.53 | 0.56 |
| Hex | 6F | CA | 52 | 2D | 0 | 3B | 15 | 6A | 35 | 38 |
| Octal | 157 | 312 | 122 | 55 | 0 | 73 | 25 | 152 | 65 | 70 |
| Binary | 1101111 | 11001010 | 1010010 | 101101 | 0 | 111011 | 10101 | 1101010 | 110101 | 111000 |
Color Harmonies of #6FCA52
Complementary color
Monochromatic Colors of #6FCA52
Black with #6FCA52
Text Example
Text Example
White with #6FCA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCA52; }
p { color: rgb(111,202,82); }
H1.HeaderClassName
{
color: #6FCA52;
}
.AnyTagClassName
{
color: #6FCA52;
}
</style>
background-color css
<style>
a { background-color: #6FCA52; }
a { background-color: rgb(111,202,82); }
div.DivClassName
{
background-color: #6FCA52;
}
.BgClassName
{
background-color: #6FCA52;
}
</style>
border-color css
<style>
span { border-color: #6FCA52; }
span { border-color: rgb(111,202,82); }
td.TdClassName
{
border-color: #6FCA52;
}
.TagClassName
{
border-color: #6FCA52;
}
</style>