#8DD669

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

Shades of Mantis #8DD669

Tints of Mantis #8DD669

Color information

#8DD669 (or 0x8DD669) is unknown color: approx Mantis. HEX triplet: 8D, D6 and 69. RGB value is (141,214,105). Sum of RGB (Red+Green+Blue) = 141+214+105=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD669 is #722996. Grayscale: #B4B4B4. Windows color (decimal): -7481751 or 6936205. OLE color: 6936205.

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

Color convert

RGB141214105-
CMYK0.3400.510.16
HSL100.18º57.07%62.55%-
HSV(B)100.18º50.93%83.92%-
XYZ37.5854.7821.96-
YUV179.7585.82100.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.65%
GREEN value IS 214 (83.98% from 255) = 46.52%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=30.65%
G=46.52%
B=22.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412141050.3400.510.16100.1857.0762.55
Hex8DD669220331064393f
Octal21532615142063201447177
Binary100011011101011011010011000100110011100001100100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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