#B8FFAF

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

Shades of Madang #B8FFAF

Tints of Madang #B8FFAF

Color information

#B8FFAF (or 0xB8FFAF) is unknown color: approx Madang. HEX triplet: B8, FF and AF. RGB value is (184,255,175). Sum of RGB (Red+Green+Blue) = 184+255+175=614 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.97% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FFAF is #470050. Grayscale: #E0E0E0. Windows color (decimal): -4653137 or 11534264. OLE color: 11534264.

HSL color Cylindrical-coordinate representation of color #B8FFAF: hue angle of 113.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8FFAF is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB184255175-
CMYK0.2800.310
HSL113.25º100%84.31%-
HSV(B)113.25º31.37%100%-
XYZ63.2784.8153.59-
YUV224.6599.9899-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.97%
GREEN value IS 255 (100% from 255) = 41.53%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=29.97%
G=41.53%
B=28.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842551750.2800.310113.2510084.31
HexB8FFAF1C01F0716454
Octal270377257340370161144124
Binary101110001111111110101111111000111110111000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFAF; }

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

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

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

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

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

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

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

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