#B0FC8F

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

Shades of Madang #B0FC8F

Tints of Madang #B0FC8F

Color information

#B0FC8F (or 0xB0FC8F) is unknown color: approx Madang. HEX triplet: B0, FC and 8F. RGB value is (176,252,143). Sum of RGB (Red+Green+Blue) = 176+252+143=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 143 (56.25% from 255 or 25.04% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FC8F is #4F0370. Grayscale: #D9D9D9. Windows color (decimal): -5178225 or 9436336. OLE color: 9436336.

HSL color Cylindrical-coordinate representation of color #B0FC8F: hue angle of 101.83º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0FC8F is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB176252143-
CMYK0.3000.430.01
HSL101.83º94.78%77.45%-
HSV(B)101.83º43.25%98.82%-
XYZ57.6780.8338.55-
YUV216.8586.3298.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.82%
GREEN value IS 252 (98.83% from 255) = 44.13%
BLUE value IS 143 (56.25% from 255) = 25.04%
R=30.82%
G=44.13%
B=25.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762521430.3000.430.01101.8394.7877.45
HexB0FC8F1E02B1665f4d
Octal260374217360531146137115
Binary1011000011111100100011111111001010111110011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FC8F; }

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

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

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

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

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

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

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

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