#8bd85c

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

Shades of Mantis #8BD85C

Tints of Mantis #8BD85C

Color information

#8BD85C (or 0x8BD85C) is unknown color: approx Mantis. HEX triplet: 8B, D8 and 5C. RGB value is (139,216,92). Sum of RGB (Red+Green+Blue) = 139+216+92=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD85C is #7427A3. Grayscale: #B3B3B3. Windows color (decimal): -7612324 or 6084747. OLE color: 6084747.

HSL color Cylindrical-coordinate representation of color #8BD85C: hue angle of 97.26º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8BD85C is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB13921692-
CMYK0.3600.570.15
HSL97.26º61.39%60.39%-
HSV(B)97.26º57.41%84.71%-
XYZ37.1455.3718.86-
YUV178.8478.9999.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.10%
GREEN value IS 216 (84.77% from 255) = 48.32%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=31.10%
G=48.32%
B=20.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal139216920.3600.570.1597.2661.3960.39
Hex8BD85C24039F613d3c
Octal21333013444071171417574
Binary10001011110110001011100100100011100111111100001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bd85c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,216,92); }

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

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

 a { background-color: rgb(139,216,92); }

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

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

 span { border-color: rgb(139,216,92); }

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