#B5F8AA

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

Shades of Madang #B5F8AA

Tints of Madang #B5F8AA

Color information

#B5F8AA (or 0xB5F8AA) is unknown color: approx Madang. HEX triplet: B5, F8 and AA. RGB value is (181,248,170). Sum of RGB (Red+Green+Blue) = 181+248+170=599 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.22% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F8AA is #4A0755. Grayscale: #DBDBDB. Windows color (decimal): -4851542 or 11204789. OLE color: 11204789.

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

Color convert

RGB181248170-
CMYK0.2700.310.03
HSL111.54º84.78%81.96%-
HSV(B)111.54º31.45%97.25%-
XYZ59.8879.8650.29-
YUV219.08100.3100.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.22%
GREEN value IS 248 (97.27% from 255) = 41.40%
BLUE value IS 170 (66.80% from 255) = 28.38%
R=30.22%
G=41.40%
B=28.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1812481700.2700.310.03111.5484.7881.96
HexB5F8AA1B01F3705552
Octal265370252330373160125122
Binary1011010111111000101010101101101111111111000010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F8AA; }

 p { color: rgb(181,248,170); }

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

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

 a { background-color: rgb(181,248,170); }

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

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

 span { border-color: rgb(181,248,170); }

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