#8CC35F

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

Shades of Mantis #8CC35F

Tints of Mantis #8CC35F

Color information

#8CC35F (or 0x8CC35F) is unknown color: approx Mantis. HEX triplet: 8C, C3 and 5F. RGB value is (140,195,95). Sum of RGB (Red+Green+Blue) = 140+195+95=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC35F is #733CA0. Grayscale: #A7A7A7. Windows color (decimal): -7552161 or 6275980. OLE color: 6275980.

HSL color Cylindrical-coordinate representation of color #8CC35F: hue angle of 93º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CC35F is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB14019595-
CMYK0.2800.510.24
HSL93º45.45%56.86%-
HSV(B)93º51.28%76.47%-
XYZ32.445.4317.89-
YUV167.1687.28108.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.56%
GREEN value IS 195 (76.56% from 255) = 45.35%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=32.56%
G=45.35%
B=22.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal140195950.2800.510.249345.4556.86
Hex8CC35F1C033185d2d39
Octal21430313734063301355571
Binary10001100110000111011111111000110011110001011101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,195,95); }

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

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

 a { background-color: rgb(140,195,95); }

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

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

 span { border-color: rgb(140,195,95); }

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