#b5f095

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

Shades of Madang #B5F095

Tints of Madang #B5F095

Color information

#B5F095 (or 0xB5F095) is unknown color: approx Madang. HEX triplet: B5, F0 and 95. RGB value is (181,240,149). Sum of RGB (Red+Green+Blue) = 181+240+149=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F095 is #4A0F6A. Grayscale: #D4D4D4. Windows color (decimal): -4853611 or 9826485. OLE color: 9826485.

HSL color Cylindrical-coordinate representation of color #B5F095: hue angle of 98.9º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5F095 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB181240149-
CMYK0.2500.380.06
HSL98.9º75.21%76.27%-
HSV(B)98.9º37.92%94.12%-
XYZ55.6474.3139.85-
YUV211.9892.45105.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.75%
GREEN value IS 240 (94.14% from 255) = 42.11%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=31.75%
G=42.11%
B=26.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812401490.2500.380.0698.975.2176.27
HexB5F095190266634b4c
Octal265360225310466143113114
Binary101101011111000010010101110010100110110110001110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5f095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5f095; }

 p { color: rgb(181,240,149); }

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

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

 a { background-color: rgb(181,240,149); }

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

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

 span { border-color: rgb(181,240,149); }

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