#8CBF59

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

Shades of Mantis #8CBF59

Tints of Mantis #8CBF59

Color information

#8CBF59 (or 0x8CBF59) is unknown color: approx Mantis. HEX triplet: 8C, BF and 59. RGB value is (140,191,89). Sum of RGB (Red+Green+Blue) = 140+191+89=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBF59 is #7340A6. Grayscale: #A4A4A4. Windows color (decimal): -7553191 or 5881740. OLE color: 5881740.

HSL color Cylindrical-coordinate representation of color #8CBF59: hue angle of 90º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CBF59 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB14019189-
CMYK0.2700.530.25
HSL90º44.35%54.9%-
HSV(B)90º53.4%74.9%-
XYZ31.2543.5616.21-
YUV164.1285.6110.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 45.48%
BLUE value IS 89 (35.16% from 255) = 21.19%
R=33.33%
G=45.48%
B=21.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140191890.2700.530.259044.3554.9
Hex8CBF591B035195a2c37
Octal21427713133065311325467
Binary10001100101111111011001110110110101110011011010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,191,89); }

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

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

 a { background-color: rgb(140,191,89); }

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

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

 span { border-color: rgb(140,191,89); }

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