#8DDB65

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

Shades of Mantis #8DDB65

Tints of Mantis #8DDB65

Color information

#8DDB65 (or 0x8DDB65) is unknown color: approx Mantis. HEX triplet: 8D, DB and 65. RGB value is (141,219,101). Sum of RGB (Red+Green+Blue) = 141+219+101=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDB65 is #72249A. Grayscale: #B6B6B6. Windows color (decimal): -7480475 or 6675341. OLE color: 6675341.

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

Color convert

RGB141219101-
CMYK0.3600.540.14
HSL99.66º62.11%62.75%-
HSV(B)99.66º53.88%85.88%-
XYZ38.6657.2721.33-
YUV182.2382.1698.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.59%
GREEN value IS 219 (85.94% from 255) = 47.51%
BLUE value IS 101 (39.84% from 255) = 21.91%
R=30.59%
G=47.51%
B=21.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412191010.3600.540.1499.6662.1162.75
Hex8DDB6524036E643e3f
Octal21533314544066161447677
Binary10001101110110111100101100100011011011101100100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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