Shades of Mantis #6CD25D
Tints of Mantis #6CD25D
RGB
CMYK
RGB Variations
Color information
#6CD25D (or 0x6CD25D) is known color: Mantis. HEX triplet: 6C, D2 and 5D. RGB value is (108,210,93). Sum of RGB (Red+Green+Blue) = 108+210+93=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD25D is #932DA2. Grayscale: #A6A6A6. Windows color (decimal): -9645475 or 6148716. OLE color: 6148716.
HSL color Cylindrical-coordinate representation of color #6CD25D: hue angle of 112.31º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CD25D is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 210 | 93 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.18 |
| HSL | 112.31º | 0.57% | 0.59% | - |
| HSV(B) | 112.31º | 0.56% | 0.82% | - |
| XYZ | 31.21 | 50.07 | 18.38 | - |
| YUV | 166.16 | 86.71 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 210 | 93 | 0.49 | 0 | 0.56 | 0.18 | 112.31 | 0.57 | 0.59 |
| Hex | 6C | D2 | 5D | 31 | 0 | 38 | 12 | 70 | 39 | 3B |
| Octal | 154 | 322 | 135 | 61 | 0 | 70 | 22 | 160 | 71 | 73 |
| Binary | 1101100 | 11010010 | 1011101 | 110001 | 0 | 111000 | 10010 | 1110000 | 111001 | 111011 |
Color Harmonies of #6CD25D
Complementary color
Monochromatic Colors of #6CD25D
Black with #6CD25D
Text Example
Text Example
White with #6CD25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD25D; }
p { color: rgb(108,210,93); }
H1.HeaderClassName
{
color: #6CD25D;
}
.AnyTagClassName
{
color: #6CD25D;
}
</style>
background-color css
<style>
a { background-color: #6CD25D; }
a { background-color: rgb(108,210,93); }
div.DivClassName
{
background-color: #6CD25D;
}
.BgClassName
{
background-color: #6CD25D;
}
</style>
border-color css
<style>
span { border-color: #6CD25D; }
span { border-color: rgb(108,210,93); }
td.TdClassName
{
border-color: #6CD25D;
}
.TagClassName
{
border-color: #6CD25D;
}
</style>