#8CCB4E

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

Shades of Mantis #8CCB4E

Tints of Mantis #8CCB4E

Color information

#8CCB4E (or 0x8CCB4E) is unknown color: approx Mantis. HEX triplet: 8C, CB and 4E. RGB value is (140,203,78). Sum of RGB (Red+Green+Blue) = 140+203+78=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCB4E is #7334B1. Grayscale: #AAAAAA. Windows color (decimal): -7550130 or 5163916. OLE color: 5163916.

HSL color Cylindrical-coordinate representation of color #8CCB4E: hue angle of 90.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CCB4E is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB14020378-
CMYK0.3100.620.20
HSL90.24º54.59%55.1%-
HSV(B)90.24º61.58%79.61%-
XYZ33.5548.8414.87-
YUV169.9176.13106.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.25%
GREEN value IS 203 (79.69% from 255) = 48.22%
BLUE value IS 78 (30.86% from 255) = 18.53%
R=33.25%
G=48.22%
B=18.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal140203780.3100.620.2090.2454.5955.1
Hex8CCB4E1F03E145a3737
Octal21431311637076241326767
Binary10001100110010111001110111110111110101001011010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,203,78); }

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

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

 a { background-color: rgb(140,203,78); }

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

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

 span { border-color: rgb(140,203,78); }

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