#B4F195

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

Shades of Madang #B4F195

Tints of Madang #B4F195

Color information

#B4F195 (or 0xB4F195) is unknown color: approx Madang. HEX triplet: B4, F1 and 95. RGB value is (180,241,149). Sum of RGB (Red+Green+Blue) = 180+241+149=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F195 is #4B0E6A. Grayscale: #D4D4D4. Windows color (decimal): -4918891 or 9826740. OLE color: 9826740.

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

Color convert

RGB180241149-
CMYK0.2500.380.05
HSL99.78º76.67%76.47%-
HSV(B)99.78º38.17%94.51%-
XYZ55.774.7839.93-
YUV212.2792.29104.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.58%
GREEN value IS 241 (94.53% from 255) = 42.28%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=31.58%
G=42.28%
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.05
SystemRedGreenBlueCMYKHSL
Decimal1802411490.2500.380.0599.7876.6776.47
HexB4F195190265644d4c
Octal264361225310465144115114
Binary101101001111000110010101110010100110101110010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F195; }

 p { color: rgb(180,241,149); }

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

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

 a { background-color: rgb(180,241,149); }

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

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

 span { border-color: rgb(180,241,149); }

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