Shades of Mantis #6FCD4A
Tints of Mantis #6FCD4A
RGB
CMYK
RGB Variations
Color information
#6FCD4A (or 0x6FCD4A) is known color: Mantis. HEX triplet: 6F, CD and 4A. RGB value is (111,205,74). Sum of RGB (Red+Green+Blue) = 111+205+74=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 205 (80.47% from 255 or 52.56% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCD4A is #9032B5. Grayscale: #A2A2A2. Windows color (decimal): -9450166 or 4902255. OLE color: 4902255.
HSL color Cylindrical-coordinate representation of color #6FCD4A: hue angle of 103.05º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6FCD4A is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 74 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.20 |
| HSL | 103.05º | 0.57% | 0.55% | - |
| HSV(B) | 103.05º | 0.64% | 0.8% | - |
| XYZ | 29.62 | 47.54 | 14.09 | - |
| YUV | 161.96 | 78.36 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 74 | 0.46 | 0 | 0.64 | 0.20 | 103.05 | 0.57 | 0.55 |
| Hex | 6F | CD | 4A | 2E | 0 | 40 | 14 | 67 | 39 | 37 |
| Octal | 157 | 315 | 112 | 56 | 0 | 100 | 24 | 147 | 71 | 67 |
| Binary | 1101111 | 11001101 | 1001010 | 101110 | 0 | 1000000 | 10100 | 1100111 | 111001 | 110111 |
Color Harmonies of #6FCD4A
Complementary color
Monochromatic Colors of #6FCD4A
Black with #6FCD4A
Text Example
Text Example
White with #6FCD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD4A; }
p { color: rgb(111,205,74); }
H1.HeaderClassName
{
color: #6FCD4A;
}
.AnyTagClassName
{
color: #6FCD4A;
}
</style>
background-color css
<style>
a { background-color: #6FCD4A; }
a { background-color: rgb(111,205,74); }
div.DivClassName
{
background-color: #6FCD4A;
}
.BgClassName
{
background-color: #6FCD4A;
}
</style>
border-color css
<style>
span { border-color: #6FCD4A; }
span { border-color: rgb(111,205,74); }
td.TdClassName
{
border-color: #6FCD4A;
}
.TagClassName
{
border-color: #6FCD4A;
}
</style>