#B0F29F

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

Shades of Madang #B0F29F

Tints of Madang #B0F29F

Color information

#B0F29F (or 0xB0F29F) is unknown color: approx Madang. HEX triplet: B0, F2 and 9F. RGB value is (176,242,159). Sum of RGB (Red+Green+Blue) = 176+242+159=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F29F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F29F is #4F0D60. Grayscale: #D5D5D5. Windows color (decimal): -5180769 or 10482352. OLE color: 10482352.

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

Color convert

RGB176242159-
CMYK0.2700.340.05
HSL107.71º76.15%78.63%-
HSV(B)107.71º34.3%94.9%-
XYZ55.9175.2444.38-
YUV212.897.63101.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.50%
GREEN value IS 242 (94.92% from 255) = 41.94%
BLUE value IS 159 (62.5% from 255) = 27.56%
R=30.50%
G=41.94%
B=27.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762421590.2700.340.05107.7176.1578.63
HexB0F29F1B02256c4c4f
Octal260362237330425154114117
Binary101100001111001010011111110110100010101110110010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F29F; }

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

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

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

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

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

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

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

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