#8BCF5A

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

Shades of Mantis #8BCF5A

Tints of Mantis #8BCF5A

Color information

#8BCF5A (or 0x8BCF5A) is unknown color: approx Mantis. HEX triplet: 8B, CF and 5A. RGB value is (139,207,90). Sum of RGB (Red+Green+Blue) = 139+207+90=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCF5A is #7430A5. Grayscale: #ADADAD. Windows color (decimal): -7614630 or 5951371. OLE color: 5951371.

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

Color convert

RGB13920790-
CMYK0.3300.570.19
HSL94.87º54.93%58.24%-
HSV(B)94.87º56.52%81.18%-
XYZ34.8150.8517.65-
YUV173.3380.97103.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.88%
GREEN value IS 207 (81.25% from 255) = 47.48%
BLUE value IS 90 (35.55% from 255) = 20.64%
R=31.88%
G=47.48%
B=20.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal139207900.3300.570.1994.8754.9358.24
Hex8BCF5A21039135f373a
Octal21331713241071231376772
Binary100010111100111110110101000010111001100111011111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,207,90); }

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

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

 a { background-color: rgb(139,207,90); }

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

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

 span { border-color: rgb(139,207,90); }

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