#8FC352

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

Shades of Mantis #8FC352

Tints of Mantis #8FC352

Color information

#8FC352 (or 0x8FC352) is unknown color: approx Mantis. HEX triplet: 8F, C3 and 52. RGB value is (143,195,82). Sum of RGB (Red+Green+Blue) = 143+195+82=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC352 is #703CAD. Grayscale: #A6A6A6. Windows color (decimal): -7355566 or 5424015. OLE color: 5424015.

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

Color convert

RGB14319582-
CMYK0.2700.580.24
HSL87.61º48.5%54.31%-
HSV(B)87.61º57.95%76.47%-
XYZ32.3745.4815.06-
YUV166.5780.27111.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.05%
GREEN value IS 195 (76.56% from 255) = 46.43%
BLUE value IS 82 (32.42% from 255) = 19.52%
R=34.05%
G=46.43%
B=19.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal143195820.2700.580.2487.6148.554.31
Hex8FC3521B03A18583036
Octal21730312233072301306066
Binary10001111110000111010010110110111010110001011000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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