Shades of Mantis #6CCD4F
Tints of Mantis #6CCD4F
RGB
CMYK
RGB Variations
Color information
#6CCD4F (or 0x6CCD4F) is known color: Mantis. HEX triplet: 6C, CD and 4F. RGB value is (108,205,79). Sum of RGB (Red+Green+Blue) = 108+205+79=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCD4F is #9332B0. Grayscale: #A2A2A2. Windows color (decimal): -9646769 or 5229932. OLE color: 5229932.
HSL color Cylindrical-coordinate representation of color #6CCD4F: hue angle of 106.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6CCD4F is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 79 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.20 |
| HSL | 106.19º | 0.56% | 0.56% | - |
| HSV(B) | 106.19º | 0.61% | 0.8% | - |
| XYZ | 29.43 | 47.42 | 15 | - |
| YUV | 161.63 | 81.36 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 79 | 0.47 | 0 | 0.61 | 0.20 | 106.19 | 0.56 | 0.56 |
| Hex | 6C | CD | 4F | 2F | 0 | 3D | 14 | 6A | 38 | 38 |
| Octal | 154 | 315 | 117 | 57 | 0 | 75 | 24 | 152 | 70 | 70 |
| Binary | 1101100 | 11001101 | 1001111 | 101111 | 0 | 111101 | 10100 | 1101010 | 111000 | 111000 |
Color Harmonies of #6CCD4F
Complementary color
Monochromatic Colors of #6CCD4F
Black with #6CCD4F
Text Example
Text Example
White with #6CCD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCD4F; }
p { color: rgb(108,205,79); }
H1.HeaderClassName
{
color: #6CCD4F;
}
.AnyTagClassName
{
color: #6CCD4F;
}
</style>
background-color css
<style>
a { background-color: #6CCD4F; }
a { background-color: rgb(108,205,79); }
div.DivClassName
{
background-color: #6CCD4F;
}
.BgClassName
{
background-color: #6CCD4F;
}
</style>
border-color css
<style>
span { border-color: #6CCD4F; }
span { border-color: rgb(108,205,79); }
td.TdClassName
{
border-color: #6CCD4F;
}
.TagClassName
{
border-color: #6CCD4F;
}
</style>