#B2ED95

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

Shades of Madang #B2ED95

Tints of Madang #B2ED95

Color information

#B2ED95 (or 0xB2ED95) is unknown color: approx Madang. HEX triplet: B2, ED and 95. RGB value is (178,237,149). Sum of RGB (Red+Green+Blue) = 178+237+149=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2ED95 is #4D126A. Grayscale: #D1D1D1. Windows color (decimal): -5050987 or 9825714. OLE color: 9825714.

HSL color Cylindrical-coordinate representation of color #B2ED95: hue angle of 100.23º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2ED95 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB178237149-
CMYK0.2500.370.07
HSL100.23º70.97%75.69%-
HSV(B)100.23º37.13%92.94%-
XYZ54.0772.239.52-
YUV209.3393.95105.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.56%
GREEN value IS 237 (92.97% from 255) = 42.02%
BLUE value IS 149 (58.59% from 255) = 26.42%
R=31.56%
G=42.02%
B=26.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782371490.2500.370.07100.2370.9775.69
HexB2ED9519025764474c
Octal262355225310457144107114
Binary101100101110110110010101110010100101111110010010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ED95; }

 p { color: rgb(178,237,149); }

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

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

 a { background-color: rgb(178,237,149); }

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

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

 span { border-color: rgb(178,237,149); }

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