#8BCC4C

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

Shades of Mantis #8BCC4C

Tints of Mantis #8BCC4C

Color information

#8BCC4C (or 0x8BCC4C) is unknown color: approx Mantis. HEX triplet: 8B, CC and 4C. RGB value is (139,204,76). Sum of RGB (Red+Green+Blue) = 139+204+76=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCC4C is #7433B3. Grayscale: #AAAAAA. Windows color (decimal): -7615412 or 5033099. OLE color: 5033099.

HSL color Cylindrical-coordinate representation of color #8BCC4C: hue angle of 90.47º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8BCC4C is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB13920476-
CMYK0.3200.630.2
HSL90.47º55.65%54.9%-
HSV(B)90.47º62.75%80%-
XYZ33.5449.214.57-
YUV169.9774.97105.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.17%
GREEN value IS 204 (80.08% from 255) = 48.69%
BLUE value IS 76 (30.08% from 255) = 18.14%
R=33.17%
G=48.69%
B=18.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal139204760.3200.630.290.4755.6554.9
Hex8BCC4C2003F145a3837
Octal21331411440077241327067
Binary100010111100110010011001000000111111101001011010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,204,76); }

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

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

 a { background-color: rgb(139,204,76); }

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

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

 span { border-color: rgb(139,204,76); }

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