Shades of Mantis #6FCF5D
Tints of Mantis #6FCF5D
RGB
CMYK
RGB Variations
Color information
#6FCF5D (or 0x6FCF5D) is known color: Mantis. HEX triplet: 6F, CF and 5D. RGB value is (111,207,93). Sum of RGB (Red+Green+Blue) = 111+207+93=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCF5D is #9030A2. Grayscale: #A5A5A5. Windows color (decimal): -9449635 or 6147951. OLE color: 6147951.
HSL color Cylindrical-coordinate representation of color #6FCF5D: hue angle of 110.53º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FCF5D is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 93 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.19 |
| HSL | 110.53º | 0.54% | 0.59% | - |
| HSV(B) | 110.53º | 0.55% | 0.81% | - |
| XYZ | 30.84 | 48.8 | 18.15 | - |
| YUV | 165.3 | 87.2 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 93 | 0.46 | 0 | 0.55 | 0.19 | 110.53 | 0.54 | 0.59 |
| Hex | 6F | CF | 5D | 2E | 0 | 37 | 13 | 6F | 36 | 3B |
| Octal | 157 | 317 | 135 | 56 | 0 | 67 | 23 | 157 | 66 | 73 |
| Binary | 1101111 | 11001111 | 1011101 | 101110 | 0 | 110111 | 10011 | 1101111 | 110110 | 111011 |
Color Harmonies of #6FCF5D
Complementary color
Monochromatic Colors of #6FCF5D
Black with #6FCF5D
Text Example
Text Example
White with #6FCF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF5D; }
p { color: rgb(111,207,93); }
H1.HeaderClassName
{
color: #6FCF5D;
}
.AnyTagClassName
{
color: #6FCF5D;
}
</style>
background-color css
<style>
a { background-color: #6FCF5D; }
a { background-color: rgb(111,207,93); }
div.DivClassName
{
background-color: #6FCF5D;
}
.BgClassName
{
background-color: #6FCF5D;
}
</style>
border-color css
<style>
span { border-color: #6FCF5D; }
span { border-color: rgb(111,207,93); }
td.TdClassName
{
border-color: #6FCF5D;
}
.TagClassName
{
border-color: #6FCF5D;
}
</style>