#8BDB61

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

Shades of Mantis #8BDB61

Tints of Mantis #8BDB61

Color information

#8BDB61 (or 0x8BDB61) is unknown color: approx Mantis. HEX triplet: 8B, DB and 61. RGB value is (139,219,97). Sum of RGB (Red+Green+Blue) = 139+219+97=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDB61 is #74249E. Grayscale: #B5B5B5. Windows color (decimal): -7611551 or 6413195. OLE color: 6413195.

HSL color Cylindrical-coordinate representation of color #8BDB61: hue angle of 99.34º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8BDB61 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB13921997-
CMYK0.3700.560.14
HSL99.34º62.89%61.96%-
HSV(B)99.34º55.71%85.88%-
XYZ38.1457.0220.3-
YUV181.1780.597.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.55%
GREEN value IS 219 (85.94% from 255) = 48.13%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=30.55%
G=48.13%
B=21.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal139219970.3700.560.1499.3462.8961.96
Hex8BDB6125038E633f3e
Octal21333314145070161437776
Binary10001011110110111100001100101011100011101100011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,219,97); }

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

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

 a { background-color: rgb(139,219,97); }

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

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

 span { border-color: rgb(139,219,97); }

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