Shades of Mantis #8CCF58
Tints of Mantis #8CCF58
RGB
CMYK
RGB Variations
Color information
#8CCF58 (or 0x8CCF58) is known color: Mantis. HEX triplet: 8C, CF and 58. RGB value is (140,207,88). Sum of RGB (Red+Green+Blue) = 140+207+88=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCF58 is #7330A7. Grayscale: #ADADAD. Windows color (decimal): -7549096 or 5820300. OLE color: 5820300.
HSL color Cylindrical-coordinate representation of color #8CCF58: hue angle of 93.78º 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 #8CCF58 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 88 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.19 |
| HSL | 93.78º | 0.55% | 0.58% | - |
| HSV(B) | 93.78º | 0.57% | 0.81% | - |
| XYZ | 34.89 | 50.91 | 17.22 | - |
| YUV | 173.4 | 79.8 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 88 | 0.32 | 0 | 0.57 | 0.19 | 93.78 | 0.55 | 0.58 |
| Hex | 8C | CF | 58 | 20 | 0 | 39 | 13 | 5E | 37 | 3A |
| Octal | 214 | 317 | 130 | 40 | 0 | 71 | 23 | 136 | 67 | 72 |
| Binary | 10001100 | 11001111 | 1011000 | 100000 | 0 | 111001 | 10011 | 1011110 | 110111 | 111010 |
Color Harmonies of #8CCF58
Complementary color
Monochromatic Colors of #8CCF58
Black with #8CCF58
Text Example
Text Example
White with #8CCF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF58; }
p { color: rgb(140,207,88); }
H1.HeaderClassName
{
color: #8CCF58;
}
.AnyTagClassName
{
color: #8CCF58;
}
</style>
background-color css
<style>
a { background-color: #8CCF58; }
a { background-color: rgb(140,207,88); }
div.DivClassName
{
background-color: #8CCF58;
}
.BgClassName
{
background-color: #8CCF58;
}
</style>
border-color css
<style>
span { border-color: #8CCF58; }
span { border-color: rgb(140,207,88); }
td.TdClassName
{
border-color: #8CCF58;
}
.TagClassName
{
border-color: #8CCF58;
}
</style>