Shades of Mantis #8CCF53
Tints of Mantis #8CCF53
RGB
CMYK
RGB Variations
Color information
#8CCF53 (or 0x8CCF53) is known color: Mantis. HEX triplet: 8C, CF and 53. RGB value is (140,207,83). Sum of RGB (Red+Green+Blue) = 140+207+83=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCF53 is #7330AC. Grayscale: #ADADAD. Windows color (decimal): -7549101 or 5492620. OLE color: 5492620.
HSL color Cylindrical-coordinate representation of color #8CCF53: hue angle of 92.42º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CCF53 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 83 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.19 |
| HSL | 92.42º | 0.56% | 0.57% | - |
| HSV(B) | 92.42º | 0.6% | 0.81% | - |
| XYZ | 34.69 | 50.83 | 16.17 | - |
| YUV | 172.83 | 77.3 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 83 | 0.32 | 0 | 0.60 | 0.19 | 92.42 | 0.56 | 0.57 |
| Hex | 8C | CF | 53 | 20 | 0 | 3C | 13 | 5C | 38 | 39 |
| Octal | 214 | 317 | 123 | 40 | 0 | 74 | 23 | 134 | 70 | 71 |
| Binary | 10001100 | 11001111 | 1010011 | 100000 | 0 | 111100 | 10011 | 1011100 | 111000 | 111001 |
Color Harmonies of #8CCF53
Complementary color
Monochromatic Colors of #8CCF53
Black with #8CCF53
Text Example
Text Example
White with #8CCF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF53; }
p { color: rgb(140,207,83); }
H1.HeaderClassName
{
color: #8CCF53;
}
.AnyTagClassName
{
color: #8CCF53;
}
</style>
background-color css
<style>
a { background-color: #8CCF53; }
a { background-color: rgb(140,207,83); }
div.DivClassName
{
background-color: #8CCF53;
}
.BgClassName
{
background-color: #8CCF53;
}
</style>
border-color css
<style>
span { border-color: #8CCF53; }
span { border-color: rgb(140,207,83); }
td.TdClassName
{
border-color: #8CCF53;
}
.TagClassName
{
border-color: #8CCF53;
}
</style>