Shades of Mantis #8CD953
Tints of Mantis #8CD953
RGB
CMYK
RGB Variations
Color information
#8CD953 (or 0x8CD953) is known color: Mantis. HEX triplet: 8C, D9 and 53. RGB value is (140,217,83). Sum of RGB (Red+Green+Blue) = 140+217+83=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #8CD953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD953 is #7326AC. Grayscale: #B3B3B3. Windows color (decimal): -7546541 or 5495180. OLE color: 5495180.
HSL color Cylindrical-coordinate representation of color #8CD953: hue angle of 94.48º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CD953 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 217 | 83 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.15 |
| HSL | 94.48º | 0.64% | 0.59% | - |
| HSV(B) | 94.48º | 0.62% | 0.85% | - |
| XYZ | 37.19 | 55.83 | 17 | - |
| YUV | 178.7 | 73.99 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 217 | 83 | 0.35 | 0 | 0.62 | 0.15 | 94.48 | 0.64 | 0.59 |
| Hex | 8C | D9 | 53 | 23 | 0 | 3E | F | 5E | 40 | 3B |
| Octal | 214 | 331 | 123 | 43 | 0 | 76 | 17 | 136 | 100 | 73 |
| Binary | 10001100 | 11011001 | 1010011 | 100011 | 0 | 111110 | 1111 | 1011110 | 1000000 | 111011 |
Color Harmonies of #8CD953
Complementary color
Monochromatic Colors of #8CD953
Black with #8CD953
Text Example
Text Example
White with #8CD953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD953; }
p { color: rgb(140,217,83); }
H1.HeaderClassName
{
color: #8CD953;
}
.AnyTagClassName
{
color: #8CD953;
}
</style>
background-color css
<style>
a { background-color: #8CD953; }
a { background-color: rgb(140,217,83); }
div.DivClassName
{
background-color: #8CD953;
}
.BgClassName
{
background-color: #8CD953;
}
</style>
border-color css
<style>
span { border-color: #8CD953; }
span { border-color: rgb(140,217,83); }
td.TdClassName
{
border-color: #8CD953;
}
.TagClassName
{
border-color: #8CD953;
}
</style>