#88BF52

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

Shades of Mantis #88BF52

Tints of Mantis #88BF52

Color information

#88BF52 (or 0x88BF52) is unknown color: approx Mantis. HEX triplet: 88, BF and 52. RGB value is (136,191,82). Sum of RGB (Red+Green+Blue) = 136+191+82=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BF52 is #7740AD. Grayscale: #A2A2A2. Windows color (decimal): -7815342 or 5422984. OLE color: 5422984.

HSL color Cylindrical-coordinate representation of color #88BF52: hue angle of 90.28º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #88BF52 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB13619182-
CMYK0.2900.570.25
HSL90.28º45.99%53.53%-
HSV(B)90.28º57.07%74.9%-
XYZ30.3143.1114.71-
YUV162.1382.78109.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.25%
GREEN value IS 191 (75% from 255) = 46.70%
BLUE value IS 82 (32.42% from 255) = 20.05%
R=33.25%
G=46.70%
B=20.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136191820.2900.570.2590.2845.9953.53
Hex88BF521D039195a2e36
Octal21027712235071311325666
Binary10001000101111111010010111010111001110011011010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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