Shades of Mantis #6CDF4D
Tints of Mantis #6CDF4D
RGB
CMYK
RGB Variations
Color information
#6CDF4D (or 0x6CDF4D) is known color: Mantis. HEX triplet: 6C, DF and 4D. RGB value is (108,223,77). Sum of RGB (Red+Green+Blue) = 108+223+77=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDF4D is #9320B2. Grayscale: #ACACAC. Windows color (decimal): -9642163 or 5103468. OLE color: 5103468.
HSL color Cylindrical-coordinate representation of color #6CDF4D: hue angle of 107.26º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6CDF4D is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 223 | 77 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.13 |
| HSL | 107.26º | 0.7% | 0.59% | - |
| HSV(B) | 107.26º | 0.65% | 0.87% | - |
| XYZ | 33.91 | 56.5 | 16.14 | - |
| YUV | 171.97 | 74.4 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 223 | 77 | 0.52 | 0 | 0.65 | 0.13 | 107.26 | 0.7 | 0.59 |
| Hex | 6C | DF | 4D | 34 | 0 | 41 | D | 6B | 46 | 3B |
| Octal | 154 | 337 | 115 | 64 | 0 | 101 | 15 | 153 | 106 | 73 |
| Binary | 1101100 | 11011111 | 1001101 | 110100 | 0 | 1000001 | 1101 | 1101011 | 1000110 | 111011 |
Color Harmonies of #6CDF4D
Complementary color
Monochromatic Colors of #6CDF4D
Black with #6CDF4D
Text Example
Text Example
White with #6CDF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDF4D; }
p { color: rgb(108,223,77); }
H1.HeaderClassName
{
color: #6CDF4D;
}
.AnyTagClassName
{
color: #6CDF4D;
}
</style>
background-color css
<style>
a { background-color: #6CDF4D; }
a { background-color: rgb(108,223,77); }
div.DivClassName
{
background-color: #6CDF4D;
}
.BgClassName
{
background-color: #6CDF4D;
}
</style>
border-color css
<style>
span { border-color: #6CDF4D; }
span { border-color: rgb(108,223,77); }
td.TdClassName
{
border-color: #6CDF4D;
}
.TagClassName
{
border-color: #6CDF4D;
}
</style>