#8DDA55

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

Shades of Mantis #8DDA55

Tints of Mantis #8DDA55

Color information

#8DDA55 (or 0x8DDA55) is unknown color: approx Mantis. HEX triplet: 8D, DA and 55. RGB value is (141,218,85). Sum of RGB (Red+Green+Blue) = 141+218+85=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDA55 is #7225AA. Grayscale: #B4B4B4. Windows color (decimal): -7480747 or 5626509. OLE color: 5626509.

HSL color Cylindrical-coordinate representation of color #8DDA55: hue angle of 94.74º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DDA55 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB14121885-
CMYK0.3500.610.15
HSL94.74º64.25%59.41%-
HSV(B)94.74º61.01%85.49%-
XYZ37.756.4617.51-
YUV179.8274.49100.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.76%
GREEN value IS 218 (85.55% from 255) = 49.10%
BLUE value IS 85 (33.59% from 255) = 19.14%
R=31.76%
G=49.10%
B=19.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal141218850.3500.610.1594.7464.2559.41
Hex8DDA552303DF5f403b
Octal215332125430751713710073
Binary100011011101101010101011000110111101111110111111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,218,85); }

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

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

 a { background-color: rgb(141,218,85); }

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

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

 span { border-color: rgb(141,218,85); }

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