Shades of Mantis #6BCF58
Tints of Mantis #6BCF58
RGB
CMYK
RGB Variations
Color information
#6BCF58 (or 0x6BCF58) is known color: Mantis. HEX triplet: 6B, CF and 58. RGB value is (107,207,88). Sum of RGB (Red+Green+Blue) = 107+207+88=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCF58 is #9430A7. Grayscale: #A3A3A3. Windows color (decimal): -9711784 or 5820267. OLE color: 5820267.
HSL color Cylindrical-coordinate representation of color #6BCF58: hue angle of 110.42º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BCF58 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 88 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.19 |
| HSL | 110.42º | 0.55% | 0.58% | - |
| HSV(B) | 110.42º | 0.57% | 0.81% | - |
| XYZ | 30.14 | 48.46 | 17 | - |
| YUV | 163.53 | 85.37 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 88 | 0.48 | 0 | 0.57 | 0.19 | 110.42 | 0.55 | 0.58 |
| Hex | 6B | CF | 58 | 30 | 0 | 39 | 13 | 6E | 37 | 3A |
| Octal | 153 | 317 | 130 | 60 | 0 | 71 | 23 | 156 | 67 | 72 |
| Binary | 1101011 | 11001111 | 1011000 | 110000 | 0 | 111001 | 10011 | 1101110 | 110111 | 111010 |
Color Harmonies of #6BCF58
Complementary color
Monochromatic Colors of #6BCF58
Black with #6BCF58
Text Example
Text Example
White with #6BCF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCF58; }
p { color: rgb(107,207,88); }
H1.HeaderClassName
{
color: #6BCF58;
}
.AnyTagClassName
{
color: #6BCF58;
}
</style>
background-color css
<style>
a { background-color: #6BCF58; }
a { background-color: rgb(107,207,88); }
div.DivClassName
{
background-color: #6BCF58;
}
.BgClassName
{
background-color: #6BCF58;
}
</style>
border-color css
<style>
span { border-color: #6BCF58; }
span { border-color: rgb(107,207,88); }
td.TdClassName
{
border-color: #6BCF58;
}
.TagClassName
{
border-color: #6BCF58;
}
</style>