#8FC355

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

Shades of Mantis #8FC355

Tints of Mantis #8FC355

Color information

#8FC355 (or 0x8FC355) is unknown color: approx Mantis. HEX triplet: 8F, C3 and 55. RGB value is (143,195,85). Sum of RGB (Red+Green+Blue) = 143+195+85=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC355 is #703CAA. Grayscale: #A7A7A7. Windows color (decimal): -7355563 or 5620623. OLE color: 5620623.

HSL color Cylindrical-coordinate representation of color #8FC355: hue angle of 88.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FC355 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB14319585-
CMYK0.2700.560.24
HSL88.36º47.83%54.9%-
HSV(B)88.36º56.41%76.47%-
XYZ32.4845.5315.67-
YUV166.9181.77110.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.81%
GREEN value IS 195 (76.56% from 255) = 46.10%
BLUE value IS 85 (33.59% from 255) = 20.09%
R=33.81%
G=46.10%
B=20.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal143195850.2700.560.2488.3647.8354.9
Hex8FC3551B03818583037
Octal21730312533070301306067
Binary10001111110000111010101110110111000110001011000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,195,85); }

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

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

 a { background-color: rgb(143,195,85); }

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

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

 span { border-color: rgb(143,195,85); }

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