#B0F69F

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

Shades of Madang #B0F69F

Tints of Madang #B0F69F

Color information

#B0F69F (or 0xB0F69F) is unknown color: approx Madang. HEX triplet: B0, F6 and 9F. RGB value is (176,246,159). Sum of RGB (Red+Green+Blue) = 176+246+159=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F69F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F69F is #4F0960. Grayscale: #D7D7D7. Windows color (decimal): -5179745 or 10483376. OLE color: 10483376.

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

Color convert

RGB176246159-
CMYK0.2800.350.04
HSL108.28º82.86%79.41%-
HSV(B)108.28º35.37%96.47%-
XYZ57.1277.6444.78-
YUV215.1596.31100.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.29%
GREEN value IS 246 (96.48% from 255) = 42.34%
BLUE value IS 159 (62.5% from 255) = 27.37%
R=30.29%
G=42.34%
B=27.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762461590.2800.350.04108.2882.8679.41
HexB0F69F1C02346c534f
Octal260366237340434154123117
Binary101100001111011010011111111000100011100110110010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F69F; }

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

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

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

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

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

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

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

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