#8ED669

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

Shades of Mantis #8ED669

Tints of Mantis #8ED669

Color information

#8ED669 (or 0x8ED669) is unknown color: approx Mantis. HEX triplet: 8E, D6 and 69. RGB value is (142,214,105). Sum of RGB (Red+Green+Blue) = 142+214+105=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED669 is #712996. Grayscale: #B4B4B4. Windows color (decimal): -7416215 or 6936206. OLE color: 6936206.

HSL color Cylindrical-coordinate representation of color #8ED669: hue angle of 99.63º 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 #8ED669 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB142214105-
CMYK0.3400.510.16
HSL99.63º57.07%62.55%-
HSV(B)99.63º50.93%83.92%-
XYZ37.7554.8621.96-
YUV180.0585.65100.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.80%
GREEN value IS 214 (83.98% from 255) = 46.42%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=30.80%
G=46.42%
B=22.78%

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
Decimal1422141050.3400.510.1699.6357.0762.55
Hex8ED669220331064393f
Octal21632615142063201447177
Binary100011101101011011010011000100110011100001100100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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