Shades of Mantis #6CD24C
Tints of Mantis #6CD24C
RGB
CMYK
RGB Variations
Color information
#6CD24C (or 0x6CD24C) is known color: Mantis. HEX triplet: 6C, D2 and 4C. RGB value is (108,210,76). Sum of RGB (Red+Green+Blue) = 108+210+76=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 210 (82.42% from 255 or 53.30% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD24C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD24C is #932DB3. Grayscale: #A4A4A4. Windows color (decimal): -9645492 or 5034604. OLE color: 5034604.
HSL color Cylindrical-coordinate representation of color #6CD24C: hue angle of 105.67º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6CD24C is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 210 | 76 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.18 |
| HSL | 105.67º | 0.6% | 0.56% | - |
| HSV(B) | 105.67º | 0.64% | 0.82% | - |
| XYZ | 30.54 | 49.8 | 14.84 | - |
| YUV | 164.23 | 78.21 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 210 | 76 | 0.49 | 0 | 0.64 | 0.18 | 105.67 | 0.6 | 0.56 |
| Hex | 6C | D2 | 4C | 31 | 0 | 40 | 12 | 6A | 3C | 38 |
| Octal | 154 | 322 | 114 | 61 | 0 | 100 | 22 | 152 | 74 | 70 |
| Binary | 1101100 | 11010010 | 1001100 | 110001 | 0 | 1000000 | 10010 | 1101010 | 111100 | 111000 |
Color Harmonies of #6CD24C
Complementary color
Monochromatic Colors of #6CD24C
Black with #6CD24C
Text Example
Text Example
White with #6CD24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD24C; }
p { color: rgb(108,210,76); }
H1.HeaderClassName
{
color: #6CD24C;
}
.AnyTagClassName
{
color: #6CD24C;
}
</style>
background-color css
<style>
a { background-color: #6CD24C; }
a { background-color: rgb(108,210,76); }
div.DivClassName
{
background-color: #6CD24C;
}
.BgClassName
{
background-color: #6CD24C;
}
</style>
border-color css
<style>
span { border-color: #6CD24C; }
span { border-color: rgb(108,210,76); }
td.TdClassName
{
border-color: #6CD24C;
}
.TagClassName
{
border-color: #6CD24C;
}
</style>