#8DDD57

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

Shades of Mantis #8DDD57

Tints of Mantis #8DDD57

Color information

#8DDD57 (or 0x8DDD57) is unknown color: approx Mantis. HEX triplet: 8D, DD and 57. RGB value is (141,221,87). Sum of RGB (Red+Green+Blue) = 141+221+87=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDD57 is #7222A8. Grayscale: #B6B6B6. Windows color (decimal): -7479977 or 5758349. OLE color: 5758349.

HSL color Cylindrical-coordinate representation of color #8DDD57: hue angle of 95.82º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DDD57 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB14122187-
CMYK0.3600.610.13
HSL95.82º66.34%60.39%-
HSV(B)95.82º60.63%86.67%-
XYZ38.5658.0618.19-
YUV181.874.598.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 221 (86.72% from 255) = 49.22%
BLUE value IS 87 (34.38% from 255) = 19.38%
R=31.40%
G=49.22%
B=19.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141221870.3600.610.1395.8266.3460.39
Hex8DDD572403DD60423c
Octal215335127440751514010274
Binary100011011101110110101111001000111101110111000001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,221,87); }

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

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

 a { background-color: rgb(141,221,87); }

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

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

 span { border-color: rgb(141,221,87); }

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