Shades of Mantis #6FCC54
Tints of Mantis #6FCC54
RGB
CMYK
RGB Variations
Color information
#6FCC54 (or 0x6FCC54) is known color: Mantis. HEX triplet: 6F, CC and 54. RGB value is (111,204,84). Sum of RGB (Red+Green+Blue) = 111+204+84=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCC54 is #9033AB. Grayscale: #A2A2A2. Windows color (decimal): -9450412 or 5557359. OLE color: 5557359.
HSL color Cylindrical-coordinate representation of color #6FCC54: hue angle of 106.5º 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 #6FCC54 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 84 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.2 |
| HSL | 106.5º | 0.54% | 0.56% | - |
| HSV(B) | 106.5º | 0.59% | 0.8% | - |
| XYZ | 29.75 | 47.21 | 15.93 | - |
| YUV | 162.51 | 83.69 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 84 | 0.46 | 0 | 0.59 | 0.2 | 106.5 | 0.54 | 0.56 |
| Hex | 6F | CC | 54 | 2E | 0 | 3B | 14 | 6A | 36 | 38 |
| Octal | 157 | 314 | 124 | 56 | 0 | 73 | 24 | 152 | 66 | 70 |
| Binary | 1101111 | 11001100 | 1010100 | 101110 | 0 | 111011 | 10100 | 1101010 | 110110 | 111000 |
Color Harmonies of #6FCC54
Complementary color
Monochromatic Colors of #6FCC54
Black with #6FCC54
Text Example
Text Example
White with #6FCC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC54; }
p { color: rgb(111,204,84); }
H1.HeaderClassName
{
color: #6FCC54;
}
.AnyTagClassName
{
color: #6FCC54;
}
</style>
background-color css
<style>
a { background-color: #6FCC54; }
a { background-color: rgb(111,204,84); }
div.DivClassName
{
background-color: #6FCC54;
}
.BgClassName
{
background-color: #6FCC54;
}
</style>
border-color css
<style>
span { border-color: #6FCC54; }
span { border-color: rgb(111,204,84); }
td.TdClassName
{
border-color: #6FCC54;
}
.TagClassName
{
border-color: #6FCC54;
}
</style>