Shades of Mantis #6CDF50
Tints of Mantis #6CDF50
RGB
CMYK
RGB Variations
Color information
#6CDF50 (or 0x6CDF50) is known color: Mantis. HEX triplet: 6C, DF and 50. RGB value is (108,223,80). Sum of RGB (Red+Green+Blue) = 108+223+80=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDF50 is #9320AF. Grayscale: #ACACAC. Windows color (decimal): -9642160 or 5300076. OLE color: 5300076.
HSL color Cylindrical-coordinate representation of color #6CDF50: hue angle of 108.25º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6CDF50 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 223 | 80 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.13 |
| HSL | 108.25º | 0.69% | 0.59% | - |
| HSV(B) | 108.25º | 0.64% | 0.87% | - |
| XYZ | 34.02 | 56.54 | 16.71 | - |
| YUV | 172.31 | 75.9 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 223 | 80 | 0.52 | 0 | 0.64 | 0.13 | 108.25 | 0.69 | 0.59 |
| Hex | 6C | DF | 50 | 34 | 0 | 40 | D | 6C | 45 | 3B |
| Octal | 154 | 337 | 120 | 64 | 0 | 100 | 15 | 154 | 105 | 73 |
| Binary | 1101100 | 11011111 | 1010000 | 110100 | 0 | 1000000 | 1101 | 1101100 | 1000101 | 111011 |
Color Harmonies of #6CDF50
Complementary color
Monochromatic Colors of #6CDF50
Black with #6CDF50
Text Example
Text Example
White with #6CDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDF50; }
p { color: rgb(108,223,80); }
H1.HeaderClassName
{
color: #6CDF50;
}
.AnyTagClassName
{
color: #6CDF50;
}
</style>
background-color css
<style>
a { background-color: #6CDF50; }
a { background-color: rgb(108,223,80); }
div.DivClassName
{
background-color: #6CDF50;
}
.BgClassName
{
background-color: #6CDF50;
}
</style>
border-color css
<style>
span { border-color: #6CDF50; }
span { border-color: rgb(108,223,80); }
td.TdClassName
{
border-color: #6CDF50;
}
.TagClassName
{
border-color: #6CDF50;
}
</style>