Shades of Mantis #6CDA4A
Tints of Mantis #6CDA4A
RGB
CMYK
RGB Variations
Color information
#6CDA4A (or 0x6CDA4A) is known color: Mantis. HEX triplet: 6C, DA and 4A. RGB value is (108,218,74). Sum of RGB (Red+Green+Blue) = 108+218+74=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDA4A is #9325B5. Grayscale: #A9A9A9. Windows color (decimal): -9643446 or 4905580. OLE color: 4905580.
HSL color Cylindrical-coordinate representation of color #6CDA4A: hue angle of 105.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6CDA4A is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 74 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.15 |
| HSL | 105.83º | 0.66% | 0.57% | - |
| HSV(B) | 105.83º | 0.66% | 0.85% | - |
| XYZ | 32.49 | 53.83 | 15.16 | - |
| YUV | 168.69 | 74.56 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 74 | 0.50 | 0 | 0.66 | 0.15 | 105.83 | 0.66 | 0.57 |
| Hex | 6C | DA | 4A | 32 | 0 | 42 | F | 6A | 42 | 39 |
| Octal | 154 | 332 | 112 | 62 | 0 | 102 | 17 | 152 | 102 | 71 |
| Binary | 1101100 | 11011010 | 1001010 | 110010 | 0 | 1000010 | 1111 | 1101010 | 1000010 | 111001 |
Color Harmonies of #6CDA4A
Complementary color
Monochromatic Colors of #6CDA4A
Black with #6CDA4A
Text Example
Text Example
White with #6CDA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDA4A; }
p { color: rgb(108,218,74); }
H1.HeaderClassName
{
color: #6CDA4A;
}
.AnyTagClassName
{
color: #6CDA4A;
}
</style>
background-color css
<style>
a { background-color: #6CDA4A; }
a { background-color: rgb(108,218,74); }
div.DivClassName
{
background-color: #6CDA4A;
}
.BgClassName
{
background-color: #6CDA4A;
}
</style>
border-color css
<style>
span { border-color: #6CDA4A; }
span { border-color: rgb(108,218,74); }
td.TdClassName
{
border-color: #6CDA4A;
}
.TagClassName
{
border-color: #6CDA4A;
}
</style>