#B4F695

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

Shades of Madang #B4F695

Tints of Madang #B4F695

Color information

#B4F695 (or 0xB4F695) is unknown color: approx Madang. HEX triplet: B4, F6 and 95. RGB value is (180,246,149). Sum of RGB (Red+Green+Blue) = 180+246+149=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F695 is #4B096A. Grayscale: #D7D7D7. Windows color (decimal): -4917611 or 9828020. OLE color: 9828020.

HSL color Cylindrical-coordinate representation of color #B4F695: hue angle of 100.82º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4F695 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB180246149-
CMYK0.2700.390.04
HSL100.82º84.35%77.45%-
HSV(B)100.82º39.43%96.47%-
XYZ57.277.7840.43-
YUV215.2190.63102.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.30%
GREEN value IS 246 (96.48% from 255) = 42.78%
BLUE value IS 149 (58.59% from 255) = 25.91%
R=31.30%
G=42.78%
B=25.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1802461490.2700.390.04100.8284.3577.45
HexB4F6951B027465544d
Octal264366225330474145124115
Binary101101001111011010010101110110100111100110010110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F695; }

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

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

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

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

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

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

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

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