#8DDB5A

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

Shades of Mantis #8DDB5A

Tints of Mantis #8DDB5A

Color information

#8DDB5A (or 0x8DDB5A) is unknown color: approx Mantis. HEX triplet: 8D, DB and 5A. RGB value is (141,219,90). Sum of RGB (Red+Green+Blue) = 141+219+90=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDB5A is #7224A5. Grayscale: #B5B5B5. Windows color (decimal): -7480486 or 5954445. OLE color: 5954445.

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

Color convert

RGB14121990-
CMYK0.3600.590.14
HSL96.28º64.18%60.59%-
HSV(B)96.28º58.9%85.88%-
XYZ38.1657.0618.68-
YUV180.9776.6699.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.33%
GREEN value IS 219 (85.94% from 255) = 48.67%
BLUE value IS 90 (35.55% from 255) = 20%
R=31.33%
G=48.67%
B=20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal141219900.3600.590.1496.2864.1860.59
Hex8DDB5A2403BE60403d
Octal215333132440731614010075
Binary100011011101101110110101001000111011111011000001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,219,90); }

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

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

 a { background-color: rgb(141,219,90); }

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

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

 span { border-color: rgb(141,219,90); }

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