#8DD555

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

Shades of Mantis #8DD555

Tints of Mantis #8DD555

Color information

#8DD555 (or 0x8DD555) is unknown color: approx Mantis. HEX triplet: 8D, D5 and 55. RGB value is (141,213,85). Sum of RGB (Red+Green+Blue) = 141+213+85=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD555 is #722AAA. Grayscale: #B1B1B1. Windows color (decimal): -7482027 or 5625229. OLE color: 5625229.

HSL color Cylindrical-coordinate representation of color #8DD555: hue angle of 93.75º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DD555 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB14121385-
CMYK0.3400.600.16
HSL93.75º60.38%58.43%-
HSV(B)93.75º60.09%83.53%-
XYZ36.4253.9117.08-
YUV176.8876.15102.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.12%
GREEN value IS 213 (83.59% from 255) = 48.52%
BLUE value IS 85 (33.59% from 255) = 19.36%
R=32.12%
G=48.52%
B=19.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141213850.3400.600.1693.7560.3858.43
Hex8DD5552203C105e3c3a
Octal21532512542074201367472
Binary100011011101010110101011000100111100100001011110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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