Shades of Mantis #8CDF65
Tints of Mantis #8CDF65
RGB
CMYK
RGB Variations
Color information
#8CDF65 (or 0x8CDF65) is known color: Mantis. HEX triplet: 8C, DF and 65. RGB value is (140,223,101). Sum of RGB (Red+Green+Blue) = 140+223+101=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDF65 is #73209A. Grayscale: #B8B8B8. Windows color (decimal): -7544987 or 6676364. OLE color: 6676364.
HSL color Cylindrical-coordinate representation of color #8CDF65: hue angle of 100.82º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CDF65 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 101 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.13 |
| HSL | 100.82º | 0.66% | 0.64% | - |
| HSV(B) | 100.82º | 0.55% | 0.87% | - |
| XYZ | 39.55 | 59.29 | 21.67 | - |
| YUV | 184.28 | 81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 101 | 0.37 | 0 | 0.55 | 0.13 | 100.82 | 0.66 | 0.64 |
| Hex | 8C | DF | 65 | 25 | 0 | 37 | D | 65 | 42 | 40 |
| Octal | 214 | 337 | 145 | 45 | 0 | 67 | 15 | 145 | 102 | 100 |
| Binary | 10001100 | 11011111 | 1100101 | 100101 | 0 | 110111 | 1101 | 1100101 | 1000010 | 1000000 |
Color Harmonies of #8CDF65
Complementary color
Monochromatic Colors of #8CDF65
Black with #8CDF65
Text Example
Text Example
White with #8CDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDF65; }
p { color: rgb(140,223,101); }
H1.HeaderClassName
{
color: #8CDF65;
}
.AnyTagClassName
{
color: #8CDF65;
}
</style>
background-color css
<style>
a { background-color: #8CDF65; }
a { background-color: rgb(140,223,101); }
div.DivClassName
{
background-color: #8CDF65;
}
.BgClassName
{
background-color: #8CDF65;
}
</style>
border-color css
<style>
span { border-color: #8CDF65; }
span { border-color: rgb(140,223,101); }
td.TdClassName
{
border-color: #8CDF65;
}
.TagClassName
{
border-color: #8CDF65;
}
</style>