#8BD460

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

Shades of Mantis #8BD460

Tints of Mantis #8BD460

Color information

#8BD460 (or 0x8BD460) is unknown color: approx Mantis. HEX triplet: 8B, D4 and 60. RGB value is (139,212,96). Sum of RGB (Red+Green+Blue) = 139+212+96=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD460 is #742B9F. Grayscale: #B1B1B1. Windows color (decimal): -7613344 or 6345867. OLE color: 6345867.

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

Color convert

RGB13921296-
CMYK0.3400.550.17
HSL97.76º57.43%60.39%-
HSV(B)97.76º54.72%83.14%-
XYZ36.353.4219.46-
YUV176.9582.32100.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.10%
GREEN value IS 212 (83.20% from 255) = 47.43%
BLUE value IS 96 (37.89% from 255) = 21.48%
R=31.10%
G=47.43%
B=21.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal139212960.3400.550.1797.7657.4360.39
Hex8BD460220371162393c
Octal21332414042067211427174
Binary100010111101010011000001000100110111100011100010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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