#8BD05B

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

Shades of Mantis #8BD05B

Tints of Mantis #8BD05B

Color information

#8BD05B (or 0x8BD05B) is unknown color: approx Mantis. HEX triplet: 8B, D0 and 5B. RGB value is (139,208,91). Sum of RGB (Red+Green+Blue) = 139+208+91=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD05B is #742FA4. Grayscale: #AEAEAE. Windows color (decimal): -7614373 or 6017163. OLE color: 6017163.

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

Color convert

RGB13920891-
CMYK0.3300.560.18
HSL95.38º55.45%58.63%-
HSV(B)95.38º56.25%81.57%-
XYZ35.0951.3617.96-
YUV174.0381.14103.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.74%
GREEN value IS 208 (81.64% from 255) = 47.49%
BLUE value IS 91 (35.94% from 255) = 20.78%
R=31.74%
G=47.49%
B=20.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal139208910.3300.560.1895.3855.4558.63
Hex8BD05B21038125f373b
Octal21332013341070221376773
Binary100010111101000010110111000010111000100101011111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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