#8DE066

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

Shades of Mantis #8DE066

Tints of Mantis #8DE066

Color information

#8DE066 (or 0x8DE066) is unknown color: approx Mantis. HEX triplet: 8D, E0 and 66. RGB value is (141,224,102). Sum of RGB (Red+Green+Blue) = 141+224+102=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #8DE066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DE066 is #721F99. Grayscale: #B9B9B9. Windows color (decimal): -7479194 or 6742157. OLE color: 6742157.

HSL color Cylindrical-coordinate representation of color #8DE066: hue angle of 100.82º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DE066 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB141224102-
CMYK0.3700.540.12
HSL100.82º66.3%63.92%-
HSV(B)100.82º54.46%87.84%-
XYZ40.0459.9322.03-
YUV185.278196.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.19%
GREEN value IS 224 (87.89% from 255) = 47.97%
BLUE value IS 102 (40.23% from 255) = 21.84%
R=30.19%
G=47.97%
B=21.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1412241020.3700.540.12100.8266.363.92
Hex8DE06625036C654240
Octal2153401464506614145102100
Binary1000110111100000110011010010101101101100110010110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,224,102); }

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

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

 a { background-color: rgb(141,224,102); }

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

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

 span { border-color: rgb(141,224,102); }

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