#B0F29D

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

Shades of Madang #B0F29D

Tints of Madang #B0F29D

Color information

#B0F29D (or 0xB0F29D) is unknown color: approx Madang. HEX triplet: B0, F2 and 9D. RGB value is (176,242,157). Sum of RGB (Red+Green+Blue) = 176+242+157=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F29D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F29D is #4F0D62. Grayscale: #D4D4D4. Windows color (decimal): -5180771 or 10351280. OLE color: 10351280.

HSL color Cylindrical-coordinate representation of color #B0F29D: hue angle of 106.59º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0F29D is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB176242157-
CMYK0.2700.350.05
HSL106.59º76.58%78.24%-
HSV(B)106.59º35.12%94.9%-
XYZ55.7475.1743.47-
YUV212.5896.63101.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.61%
GREEN value IS 242 (94.92% from 255) = 42.09%
BLUE value IS 157 (61.72% from 255) = 27.30%
R=30.61%
G=42.09%
B=27.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762421570.2700.350.05106.5976.5878.24
HexB0F29D1B02356b4d4e
Octal260362235330435153115116
Binary101100001111001010011101110110100011101110101110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F29D; }

 p { color: rgb(176,242,157); }

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

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

 a { background-color: rgb(176,242,157); }

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

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

 span { border-color: rgb(176,242,157); }

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