#B8FBAF

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

Shades of Madang #B8FBAF

Tints of Madang #B8FBAF

Color information

#B8FBAF (or 0xB8FBAF) is unknown color: approx Madang. HEX triplet: B8, FB and AF. RGB value is (184,251,175). Sum of RGB (Red+Green+Blue) = 184+251+175=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FBAF is #470450. Grayscale: #DEDEDE. Windows color (decimal): -4654161 or 11533240. OLE color: 11533240.

HSL color Cylindrical-coordinate representation of color #B8FBAF: hue angle of 112.89º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8FBAF is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB184251175-
CMYK0.2700.300.02
HSL112.89º90.48%83.53%-
HSV(B)112.89º30.28%98.43%-
XYZ6282.2853.17-
YUV222.3101.3100.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.16%
GREEN value IS 251 (98.44% from 255) = 41.15%
BLUE value IS 175 (68.75% from 255) = 28.69%
R=30.16%
G=41.15%
B=28.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842511750.2700.300.02112.8990.4883.53
HexB8FBAF1B01E2715a54
Octal270373257330362161132124
Binary1011100011111011101011111101101111010111000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FBAF; }

 p { color: rgb(184,251,175); }

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

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

 a { background-color: rgb(184,251,175); }

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

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

 span { border-color: rgb(184,251,175); }

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