#8DDF5E

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

Shades of Mantis #8DDF5E

Tints of Mantis #8DDF5E

Color information

#8DDF5E (or 0x8DDF5E) is unknown color: approx Mantis. HEX triplet: 8D, DF and 5E. RGB value is (141,223,94). Sum of RGB (Red+Green+Blue) = 141+223+94=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDF5E is #7220A1. Grayscale: #B8B8B8. Windows color (decimal): -7479458 or 6217613. OLE color: 6217613.

HSL color Cylindrical-coordinate representation of color #8DDF5E: hue angle of 98.14º 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 #8DDF5E is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB14122394-
CMYK0.3700.580.13
HSL98.14º66.84%62.16%-
HSV(B)98.14º57.85%87.45%-
XYZ39.3959.2519.95-
YUV183.7877.3397.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.79%
GREEN value IS 223 (87.5% from 255) = 48.69%
BLUE value IS 94 (37.11% from 255) = 20.52%
R=30.79%
G=48.69%
B=20.52%

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
Decimal141223940.3700.580.1398.1466.8462.16
Hex8DDF5E2503AD62433e
Octal215337136450721514210376
Binary100011011101111110111101001010111010110111000101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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