#8BCC4B

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

Shades of Mantis #8BCC4B

Tints of Mantis #8BCC4B

Color information

#8BCC4B (or 0x8BCC4B) is unknown color: approx Mantis. HEX triplet: 8B, CC and 4B. RGB value is (139,204,75). Sum of RGB (Red+Green+Blue) = 139+204+75=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCC4B is #7433B4. Grayscale: #AAAAAA. Windows color (decimal): -7615413 or 4967563. OLE color: 4967563.

HSL color Cylindrical-coordinate representation of color #8BCC4B: hue angle of 90.23º 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 #8BCC4B is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB13920475-
CMYK0.3200.630.2
HSL90.23º55.84%54.71%-
HSV(B)90.23º63.24%80%-
XYZ33.5149.1814.38-
YUV169.8674.47105.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.25%
GREEN value IS 204 (80.08% from 255) = 48.80%
BLUE value IS 75 (29.69% from 255) = 17.94%
R=33.25%
G=48.80%
B=17.94%

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
Decimal139204750.3200.630.290.2355.8454.71
Hex8BCC4B2003F145a3837
Octal21331411340077241327067
Binary100010111100110010010111000000111111101001011010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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