#88BF5F

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

Shades of Mantis #88BF5F

Tints of Mantis #88BF5F

Color information

#88BF5F (or 0x88BF5F) is unknown color: approx Mantis. HEX triplet: 88, BF and 5F. RGB value is (136,191,95). Sum of RGB (Red+Green+Blue) = 136+191+95=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BF5F is #7740A0. Grayscale: #A3A3A3. Windows color (decimal): -7815329 or 6274952. OLE color: 6274952.

HSL color Cylindrical-coordinate representation of color #88BF5F: hue angle of 94.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88BF5F is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB13619195-
CMYK0.2900.500.25
HSL94.38º42.86%56.08%-
HSV(B)94.38º50.26%74.9%-
XYZ30.8543.3217.56-
YUV163.6189.28108.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.23%
GREEN value IS 191 (75% from 255) = 45.26%
BLUE value IS 95 (37.5% from 255) = 22.51%
R=32.23%
G=45.26%
B=22.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136191950.2900.500.2594.3842.8656.08
Hex88BF5F1D032195e2b38
Octal21027713735062311365370
Binary10001000101111111011111111010110010110011011110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88BF5F; }

 p { color: rgb(136,191,95); }

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

<style>
 a { background-color: #88BF5F; }

 a { background-color: rgb(136,191,95); }

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

<style>
 span { border-color: #88BF5F; }

 span { border-color: rgb(136,191,95); }

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