#8DDF5F

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

Shades of Mantis #8DDF5F

Tints of Mantis #8DDF5F

Color information

#8DDF5F (or 0x8DDF5F) is unknown color: approx Mantis. HEX triplet: 8D, DF and 5F. RGB value is (141,223,95). Sum of RGB (Red+Green+Blue) = 141+223+95=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDF5F is #7220A0. Grayscale: #B8B8B8. Windows color (decimal): -7479457 or 6283149. OLE color: 6283149.

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

Color convert

RGB14122395-
CMYK0.3700.570.13
HSL98.44º66.67%62.35%-
HSV(B)98.44º57.4%87.45%-
XYZ39.4459.2620.19-
YUV183.8977.8397.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.72%
GREEN value IS 223 (87.5% from 255) = 48.58%
BLUE value IS 95 (37.5% from 255) = 20.70%
R=30.72%
G=48.58%
B=20.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141223950.3700.570.1398.4466.6762.35
Hex8DDF5F25039D62433e
Octal215337137450711514210376
Binary100011011101111110111111001010111001110111000101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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