#8DDA69

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

Shades of Mantis #8DDA69

Tints of Mantis #8DDA69

Color information

#8DDA69 (or 0x8DDA69) is unknown color: approx Mantis. HEX triplet: 8D, DA and 69. RGB value is (141,218,105). Sum of RGB (Red+Green+Blue) = 141+218+105=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDA69 is #722596. Grayscale: #B6B6B6. Windows color (decimal): -7480727 or 6937229. OLE color: 6937229.

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

Color convert

RGB141218105-
CMYK0.3500.520.15
HSL100.88º60.43%63.33%-
HSV(B)100.88º51.83%85.49%-
XYZ38.6156.8322.3-
YUV182.184.4998.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.39%
GREEN value IS 218 (85.55% from 255) = 46.98%
BLUE value IS 105 (41.41% from 255) = 22.63%
R=30.39%
G=46.98%
B=22.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412181050.3500.520.15100.8860.4363.33
Hex8DDA6923034F653c3f
Octal21533215143064171457477
Binary10001101110110101101001100011011010011111100101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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