#B4F895

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

Shades of Madang #B4F895

Tints of Madang #B4F895

Color information

#B4F895 (or 0xB4F895) is unknown color: approx Madang. HEX triplet: B4, F8 and 95. RGB value is (180,248,149). Sum of RGB (Red+Green+Blue) = 180+248+149=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 248 - color contains mainly: green. Hex color #B4F895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F895 is #4B076A. Grayscale: #D8D8D8. Windows color (decimal): -4917099 or 9828532. OLE color: 9828532.

HSL color Cylindrical-coordinate representation of color #B4F895: hue angle of 101.21º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4F895 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB180248149-
CMYK0.2700.400.03
HSL101.21º87.61%77.84%-
HSV(B)101.21º39.92%97.25%-
XYZ57.8179.0140.64-
YUV216.3889.97102.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.20%
GREEN value IS 248 (97.27% from 255) = 42.98%
BLUE value IS 149 (58.59% from 255) = 25.82%
R=31.20%
G=42.98%
B=25.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1802481490.2700.400.03101.2187.6177.84
HexB4F8951B028365584e
Octal264370225330503145130116
Binary10110100111110001001010111011010100011110010110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F895; }

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

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

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

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

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

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

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

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