#8BCE70

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

Shades of Mantis #8BCE70

Tints of Mantis #8BCE70

Color information

#8BCE70 (or 0x8BCE70) is unknown color: approx Mantis. HEX triplet: 8B, CE and 70. RGB value is (139,206,112). Sum of RGB (Red+Green+Blue) = 139+206+112=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCE70 is #74318F. Grayscale: #AFAFAF. Windows color (decimal): -7614864 or 7392907. OLE color: 7392907.

HSL color Cylindrical-coordinate representation of color #8BCE70: hue angle of 102.77º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BCE70 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB139206112-
CMYK0.3300.460.19
HSL102.77º48.96%62.35%-
HSV(B)102.77º45.63%80.78%-
XYZ35.6450.823.26-
YUV175.2592.3102.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.42%
GREEN value IS 206 (80.86% from 255) = 45.08%
BLUE value IS 112 (44.14% from 255) = 24.51%
R=30.42%
G=45.08%
B=24.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392061120.3300.460.19102.7748.9662.35
Hex8BCE702102E1367313e
Octal21331616041056231476176
Binary100010111100111011100001000010101110100111100111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,206,112); }

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

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

 a { background-color: rgb(139,206,112); }

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

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

 span { border-color: rgb(139,206,112); }

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