#8BC94B

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

Shades of Mantis #8BC94B

Tints of Mantis #8BC94B

Color information

#8BC94B (or 0x8BC94B) is unknown color: approx Mantis. HEX triplet: 8B, C9 and 4B. RGB value is (139,201,75). Sum of RGB (Red+Green+Blue) = 139+201+75=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC94B is #7436B4. Grayscale: #A8A8A8. Windows color (decimal): -7616181 or 4966795. OLE color: 4966795.

HSL color Cylindrical-coordinate representation of color #8BC94B: hue angle of 89.52º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8BC94B is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB13920175-
CMYK0.3100.630.21
HSL89.52º53.85%54.12%-
HSV(B)89.52º62.69%78.82%-
XYZ32.847.7714.15-
YUV168.175.46107.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.49%
GREEN value IS 201 (78.91% from 255) = 48.43%
BLUE value IS 75 (29.69% from 255) = 18.07%
R=33.49%
G=48.43%
B=18.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal139201750.3100.630.2189.5253.8554.12
Hex8BC94B1F03F155a3636
Octal21331111337077251326666
Binary10001011110010011001011111110111111101011011010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,201,75); }

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

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

 a { background-color: rgb(139,201,75); }

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

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

 span { border-color: rgb(139,201,75); }

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