#8bd065

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

Shades of Mantis #8BD065

Tints of Mantis #8BD065

Color information

#8BD065 (or 0x8BD065) is unknown color: approx Mantis. HEX triplet: 8B, D0 and 65. RGB value is (139,208,101). Sum of RGB (Red+Green+Blue) = 139+208+101=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD065 is #742F9A. Grayscale: #AFAFAF. Windows color (decimal): -7614363 or 6672523. OLE color: 6672523.

HSL color Cylindrical-coordinate representation of color #8BD065: hue angle of 98.69º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BD065 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB139208101-
CMYK0.3300.510.18
HSL98.69º53.23%60.59%-
HSV(B)98.69º51.44%81.57%-
XYZ35.5551.5420.39-
YUV175.1786.14102.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.03%
GREEN value IS 208 (81.64% from 255) = 46.43%
BLUE value IS 101 (39.84% from 255) = 22.54%
R=31.03%
G=46.43%
B=22.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392081010.3300.510.1898.6953.2360.59
Hex8BD065210331263353d
Octal21332014541063221436575
Binary100010111101000011001011000010110011100101100011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bd065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,208,101); }

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

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

 a { background-color: rgb(139,208,101); }

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

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

 span { border-color: rgb(139,208,101); }

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