Shades of Mantis #8CC54B
Tints of Mantis #8CC54B
RGB
CMYK
RGB Variations
Color information
#8CC54B (or 0x8CC54B) is known color: Mantis. HEX triplet: 8C, C5 and 4B. RGB value is (140,197,75). Sum of RGB (Red+Green+Blue) = 140+197+75=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC54B is #733AB4. Grayscale: #A6A6A6. Windows color (decimal): -7551669 or 4965772. OLE color: 4965772.
HSL color Cylindrical-coordinate representation of color #8CC54B: hue angle of 88.03º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CC54B is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 75 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.23 |
| HSL | 88.03º | 0.51% | 0.53% | - |
| HSV(B) | 88.03º | 0.62% | 0.77% | - |
| XYZ | 32.05 | 46.02 | 13.85 | - |
| YUV | 166.05 | 76.62 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 75 | 0.29 | 0 | 0.62 | 0.23 | 88.03 | 0.51 | 0.53 |
| Hex | 8C | C5 | 4B | 1D | 0 | 3E | 17 | 58 | 33 | 35 |
| Octal | 214 | 305 | 113 | 35 | 0 | 76 | 27 | 130 | 63 | 65 |
| Binary | 10001100 | 11000101 | 1001011 | 11101 | 0 | 111110 | 10111 | 1011000 | 110011 | 110101 |
Color Harmonies of #8CC54B
Complementary color
Monochromatic Colors of #8CC54B
Black with #8CC54B
Text Example
Text Example
White with #8CC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC54B; }
p { color: rgb(140,197,75); }
H1.HeaderClassName
{
color: #8CC54B;
}
.AnyTagClassName
{
color: #8CC54B;
}
</style>
background-color css
<style>
a { background-color: #8CC54B; }
a { background-color: rgb(140,197,75); }
div.DivClassName
{
background-color: #8CC54B;
}
.BgClassName
{
background-color: #8CC54B;
}
</style>
border-color css
<style>
span { border-color: #8CC54B; }
span { border-color: rgb(140,197,75); }
td.TdClassName
{
border-color: #8CC54B;
}
.TagClassName
{
border-color: #8CC54B;
}
</style>