#B2F88D

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

Shades of Madang #B2F88D

Tints of Madang #B2F88D

Color information

#B2F88D (or 0xB2F88D) is unknown color: approx Madang. HEX triplet: B2, F8 and 8D. RGB value is (178,248,141). Sum of RGB (Red+Green+Blue) = 178+248+141=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F88D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F88D is #4D0772. Grayscale: #D7D7D7. Windows color (decimal): -5048179 or 9304242. OLE color: 9304242.

HSL color Cylindrical-coordinate representation of color #B2F88D: hue angle of 99.25º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2F88D is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB178248141-
CMYK0.2800.430.03
HSL99.25º88.43%76.27%-
HSV(B)99.25º43.15%97.25%-
XYZ56.7478.5237.37-
YUV214.8786.31101.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.39%
GREEN value IS 248 (97.27% from 255) = 43.74%
BLUE value IS 141 (55.47% from 255) = 24.87%
R=31.39%
G=43.74%
B=24.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1782481410.2800.430.0399.2588.4376.27
HexB2F88D1C02B363584c
Octal262370215340533143130114
Binary10110010111110001000110111100010101111110001110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F88D; }

 p { color: rgb(178,248,141); }

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

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

 a { background-color: rgb(178,248,141); }

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

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

 span { border-color: rgb(178,248,141); }

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