Shades of Mantis #6ACF57
Tints of Mantis #6ACF57
RGB
CMYK
RGB Variations
Color information
#6ACF57 (or 0x6ACF57) is known color: Mantis. HEX triplet: 6A, CF and 57. RGB value is (106,207,87). Sum of RGB (Red+Green+Blue) = 106+207+87=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACF57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACF57 is #9530A8. Grayscale: #A3A3A3. Windows color (decimal): -9777321 or 5754730. OLE color: 5754730.
HSL color Cylindrical-coordinate representation of color #6ACF57: hue angle of 110.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ACF57 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 207 | 87 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.19 |
| HSL | 110.5º | 0.56% | 0.58% | - |
| HSV(B) | 110.5º | 0.58% | 0.81% | - |
| XYZ | 29.98 | 48.38 | 16.77 | - |
| YUV | 163.12 | 85.04 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 207 | 87 | 0.49 | 0 | 0.58 | 0.19 | 110.5 | 0.56 | 0.58 |
| Hex | 6A | CF | 57 | 31 | 0 | 3A | 13 | 6E | 38 | 3A |
| Octal | 152 | 317 | 127 | 61 | 0 | 72 | 23 | 156 | 70 | 72 |
| Binary | 1101010 | 11001111 | 1010111 | 110001 | 0 | 111010 | 10011 | 1101110 | 111000 | 111010 |
Color Harmonies of #6ACF57
Complementary color
Monochromatic Colors of #6ACF57
Black with #6ACF57
Text Example
Text Example
White with #6ACF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACF57; }
p { color: rgb(106,207,87); }
H1.HeaderClassName
{
color: #6ACF57;
}
.AnyTagClassName
{
color: #6ACF57;
}
</style>
background-color css
<style>
a { background-color: #6ACF57; }
a { background-color: rgb(106,207,87); }
div.DivClassName
{
background-color: #6ACF57;
}
.BgClassName
{
background-color: #6ACF57;
}
</style>
border-color css
<style>
span { border-color: #6ACF57; }
span { border-color: rgb(106,207,87); }
td.TdClassName
{
border-color: #6ACF57;
}
.TagClassName
{
border-color: #6ACF57;
}
</style>