#8BC550

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

Shades of Mantis #8BC550

Tints of Mantis #8BC550

Color information

#8BC550 (or 0x8BC550) is unknown color: approx Mantis. HEX triplet: 8B, C5 and 50. RGB value is (139,197,80). Sum of RGB (Red+Green+Blue) = 139+197+80=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC550 is #743AAF. Grayscale: #A6A6A6. Windows color (decimal): -7617200 or 5293451. OLE color: 5293451.

HSL color Cylindrical-coordinate representation of color #8BC550: hue angle of 89.74º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8BC550 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB13919780-
CMYK0.2900.590.23
HSL89.74º50.21%54.31%-
HSV(B)89.74º59.39%77.25%-
XYZ32.064614.78-
YUV166.3279.28108.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.41%
GREEN value IS 197 (77.34% from 255) = 47.36%
BLUE value IS 80 (31.64% from 255) = 19.23%
R=33.41%
G=47.36%
B=19.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal139197800.2900.590.2389.7450.2154.31
Hex8BC5501D03B175a3236
Octal21330512035073271326266
Binary10001011110001011010000111010111011101111011010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,197,80); }

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

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

 a { background-color: rgb(139,197,80); }

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

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

 span { border-color: rgb(139,197,80); }

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