#8FC864

Color #8FC864 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #8FC864

Tints of Mantis #8FC864

Color information

#8FC864 (or 0x8FC864) is unknown color: approx Mantis. HEX triplet: 8F, C8 and 64. RGB value is (143,200,100). Sum of RGB (Red+Green+Blue) = 143+200+100=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC864 is #70379B. Grayscale: #ABABAB. Windows color (decimal): -7354268 or 6604943. OLE color: 6604943.

HSL color Cylindrical-coordinate representation of color #8FC864: hue angle of 94.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FC864 is Cyan = 0.28, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB143200100-
CMYK0.2800.50.22
HSL94.2º47.62%58.82%-
HSV(B)94.2º50%78.43%-
XYZ34.2848.0719.53-
YUV171.5687.62107.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 32.28%
GREEN value IS 200 (78.52% from 255) = 45.15%
BLUE value IS 100 (39.45% from 255) = 22.57%
R=32.28%
G=45.15%
B=22.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1432001000.2800.50.2294.247.6258.82
Hex8FC8641C032165e303b
Octal21731014434062261366073
Binary10001111110010001100100111000110010101101011110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FC864; }

 p { color: rgb(143,200,100); }

 H1.HeaderClassName
 {
   color: #8FC864;
 }
 .AnyTagClassName
 {
   color: #8FC864;
 }
</style>
background-color css

<style>
 a { background-color: #8FC864; }

 a { background-color: rgb(143,200,100); }

 div.DivClassName
 {
   background-color: #8FC864;
 }
 .BgClassName
 {
   background-color: #8FC864;
 }
</style>
border-color css

<style>
 span { border-color: #8FC864; }

 span { border-color: rgb(143,200,100); }

 td.TdClassName
 {
   border-color: #8FC864;
 }
 .TagClassName
 {
   border-color: #8FC864;
 }
</style>