#8BD466

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

Shades of Mantis #8BD466

Tints of Mantis #8BD466

Color information

#8BD466 (or 0x8BD466) is unknown color: approx Mantis. HEX triplet: 8B, D4 and 66. RGB value is (139,212,102). Sum of RGB (Red+Green+Blue) = 139+212+102=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD466 is #742B99. Grayscale: #B2B2B2. Windows color (decimal): -7613338 or 6739083. OLE color: 6739083.

HSL color Cylindrical-coordinate representation of color #8BD466: hue angle of 99.82º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8BD466 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB139212102-
CMYK0.3400.520.17
HSL99.82º56.12%61.57%-
HSV(B)99.82º51.89%83.14%-
XYZ36.5953.5420.98-
YUV177.6385.32100.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.68%
GREEN value IS 212 (83.20% from 255) = 46.80%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=30.68%
G=46.80%
B=22.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1392121020.3400.520.1799.8256.1261.57
Hex8BD466220341164383e
Octal21332414642064211447076
Binary100010111101010011001101000100110100100011100100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,212,102); }

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

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

 a { background-color: rgb(139,212,102); }

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

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

 span { border-color: rgb(139,212,102); }

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