#8CDF5E

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

Shades of Mantis #8CDF5E

Tints of Mantis #8CDF5E

Color information

#8CDF5E (or 0x8CDF5E) is unknown color: approx Mantis. HEX triplet: 8C, DF and 5E. RGB value is (140,223,94). Sum of RGB (Red+Green+Blue) = 140+223+94=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDF5E is #7320A1. Grayscale: #B7B7B7. Windows color (decimal): -7544994 or 6217612. OLE color: 6217612.

HSL color Cylindrical-coordinate representation of color #8CDF5E: hue angle of 98.6º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CDF5E is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB14022394-
CMYK0.3700.580.13
HSL98.6º66.84%62.16%-
HSV(B)98.6º57.85%87.45%-
XYZ39.2259.1619.94-
YUV183.4877.596.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.63%
GREEN value IS 223 (87.5% from 255) = 48.80%
BLUE value IS 94 (37.11% from 255) = 20.57%
R=30.63%
G=48.80%
B=20.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140223940.3700.580.1398.666.8462.16
Hex8CDF5E2503AD63433e
Octal214337136450721514310376
Binary100011001101111110111101001010111010110111000111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,223,94); }

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

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

 a { background-color: rgb(140,223,94); }

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

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

 span { border-color: rgb(140,223,94); }

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