Shades of Mantis #6CCC58
Tints of Mantis #6CCC58
RGB
CMYK
RGB Variations
Color information
#6CCC58 (or 0x6CCC58) is known color: Mantis. HEX triplet: 6C, CC and 58. RGB value is (108,204,88). Sum of RGB (Red+Green+Blue) = 108+204+88=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCC58 is #9333A7. Grayscale: #A2A2A2. Windows color (decimal): -9647016 or 5819500. OLE color: 5819500.
HSL color Cylindrical-coordinate representation of color #6CCC58: hue angle of 109.66º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CCC58 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 88 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.2 |
| HSL | 109.66º | 0.53% | 0.57% | - |
| HSV(B) | 109.66º | 0.57% | 0.8% | - |
| XYZ | 29.54 | 47.08 | 16.76 | - |
| YUV | 162.07 | 86.2 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 88 | 0.47 | 0 | 0.57 | 0.2 | 109.66 | 0.53 | 0.57 |
| Hex | 6C | CC | 58 | 2F | 0 | 39 | 14 | 6E | 35 | 39 |
| Octal | 154 | 314 | 130 | 57 | 0 | 71 | 24 | 156 | 65 | 71 |
| Binary | 1101100 | 11001100 | 1011000 | 101111 | 0 | 111001 | 10100 | 1101110 | 110101 | 111001 |
Color Harmonies of #6CCC58
Complementary color
Monochromatic Colors of #6CCC58
Black with #6CCC58
Text Example
Text Example
White with #6CCC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC58; }
p { color: rgb(108,204,88); }
H1.HeaderClassName
{
color: #6CCC58;
}
.AnyTagClassName
{
color: #6CCC58;
}
</style>
background-color css
<style>
a { background-color: #6CCC58; }
a { background-color: rgb(108,204,88); }
div.DivClassName
{
background-color: #6CCC58;
}
.BgClassName
{
background-color: #6CCC58;
}
</style>
border-color css
<style>
span { border-color: #6CCC58; }
span { border-color: rgb(108,204,88); }
td.TdClassName
{
border-color: #6CCC58;
}
.TagClassName
{
border-color: #6CCC58;
}
</style>