Shades of Mantis #6CD74A
Tints of Mantis #6CD74A
RGB
CMYK
RGB Variations
Color information
#6CD74A (or 0x6CD74A) is known color: Mantis. HEX triplet: 6C, D7 and 4A. RGB value is (108,215,74). Sum of RGB (Red+Green+Blue) = 108+215+74=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 215 (84.38% from 255 or 54.16% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 215 - color contains mainly: green. Hex color #6CD74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD74A is #9328B5. Grayscale: #A7A7A7. Windows color (decimal): -9644214 or 4904812. OLE color: 4904812.
HSL color Cylindrical-coordinate representation of color #6CD74A: hue angle of 105.53º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6CD74A is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 215 | 74 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.16 |
| HSL | 105.53º | 0.64% | 0.57% | - |
| HSV(B) | 105.53º | 0.66% | 0.84% | - |
| XYZ | 31.72 | 52.28 | 14.9 | - |
| YUV | 166.93 | 75.55 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 215 | 74 | 0.50 | 0 | 0.66 | 0.16 | 105.53 | 0.64 | 0.57 |
| Hex | 6C | D7 | 4A | 32 | 0 | 42 | 10 | 6A | 40 | 39 |
| Octal | 154 | 327 | 112 | 62 | 0 | 102 | 20 | 152 | 100 | 71 |
| Binary | 1101100 | 11010111 | 1001010 | 110010 | 0 | 1000010 | 10000 | 1101010 | 1000000 | 111001 |
Color Harmonies of #6CD74A
Complementary color
Monochromatic Colors of #6CD74A
Black with #6CD74A
Text Example
Text Example
White with #6CD74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD74A; }
p { color: rgb(108,215,74); }
H1.HeaderClassName
{
color: #6CD74A;
}
.AnyTagClassName
{
color: #6CD74A;
}
</style>
background-color css
<style>
a { background-color: #6CD74A; }
a { background-color: rgb(108,215,74); }
div.DivClassName
{
background-color: #6CD74A;
}
.BgClassName
{
background-color: #6CD74A;
}
</style>
border-color css
<style>
span { border-color: #6CD74A; }
span { border-color: rgb(108,215,74); }
td.TdClassName
{
border-color: #6CD74A;
}
.TagClassName
{
border-color: #6CD74A;
}
</style>