#B6F295

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

Shades of Madang #B6F295

Tints of Madang #B6F295

Color information

#B6F295 (or 0xB6F295) is unknown color: approx Madang. HEX triplet: B6, F2 and 95. RGB value is (182,242,149). Sum of RGB (Red+Green+Blue) = 182+242+149=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F295 is #490D6A. Grayscale: #D5D5D5. Windows color (decimal): -4787563 or 9826998. OLE color: 9826998.

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

Color convert

RGB182242149-
CMYK0.2500.380.05
HSL98.71º78.15%76.67%-
HSV(B)98.71º38.43%94.9%-
XYZ56.4775.6240.05-
YUV213.4691.62105.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 242 (94.92% from 255) = 42.23%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=31.76%
G=42.23%
B=26.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822421490.2500.380.0598.7178.1576.67
HexB6F295190265634e4d
Octal266362225310465143116115
Binary101101101111001010010101110010100110101110001110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F295; }

 p { color: rgb(182,242,149); }

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

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

 a { background-color: rgb(182,242,149); }

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

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

 span { border-color: rgb(182,242,149); }

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