#B0F48F

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

Shades of Madang #B0F48F

Tints of Madang #B0F48F

Color information

#B0F48F (or 0xB0F48F) is unknown color: approx Madang. HEX triplet: B0, F4 and 8F. RGB value is (176,244,143). Sum of RGB (Red+Green+Blue) = 176+244+143=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 244 (95.70% from 255 or 43.34% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F48F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F48F is #4F0B70. Grayscale: #D4D4D4. Windows color (decimal): -5180273 or 9434288. OLE color: 9434288.

HSL color Cylindrical-coordinate representation of color #B0F48F: hue angle of 100.4º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0F48F is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB176244143-
CMYK0.2800.410.04
HSL100.4º82.11%75.88%-
HSV(B)100.4º41.39%95.69%-
XYZ55.2175.9137.73-
YUV212.1588.97102.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.26%
GREEN value IS 244 (95.70% from 255) = 43.34%
BLUE value IS 143 (56.25% from 255) = 25.40%
R=31.26%
G=43.34%
B=25.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762441430.2800.410.04100.482.1175.88
HexB0F48F1C029464524c
Octal260364217340514144122114
Binary101100001111010010001111111000101001100110010010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F48F; }

 p { color: rgb(176,244,143); }

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

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

 a { background-color: rgb(176,244,143); }

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

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

 span { border-color: rgb(176,244,143); }

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