#b8f7af

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

Shades of Madang #B8F7AF

Tints of Madang #B8F7AF

Color information

#B8F7AF (or 0xB8F7AF) is unknown color: approx Madang. HEX triplet: B8, F7 and AF. RGB value is (184,247,175). Sum of RGB (Red+Green+Blue) = 184+247+175=606 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.36% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #B8F7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8F7AF is #470850. Grayscale: #DCDCDC. Windows color (decimal): -4655185 or 11532216. OLE color: 11532216.

HSL color Cylindrical-coordinate representation of color #B8F7AF: hue angle of 112.5º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8F7AF is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB184247175-
CMYK0.2600.290.03
HSL112.5º81.82%82.75%-
HSV(B)112.5º29.15%96.86%-
XYZ60.7779.8152.76-
YUV219.96102.63102.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.36%
GREEN value IS 247 (96.88% from 255) = 40.76%
BLUE value IS 175 (68.75% from 255) = 28.88%
R=30.36%
G=40.76%
B=28.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1842471750.2600.290.03112.581.8282.75
HexB8F7AF1A01D3705253
Octal270367257320353160122123
Binary1011100011110111101011111101001110111111000010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8f7af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8f7af; }

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

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

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

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

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

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

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

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