#B5EFAD

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

Shades of Madang #B5EFAD

Tints of Madang #B5EFAD

Color information

#B5EFAD (or 0xB5EFAD) is unknown color: approx Madang. HEX triplet: B5, EF and AD. RGB value is (181,239,173). Sum of RGB (Red+Green+Blue) = 181+239+173=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EFAD is #4A1052. Grayscale: #D6D6D6. Windows color (decimal): -4853843 or 11399093. OLE color: 11399093.

HSL color Cylindrical-coordinate representation of color #B5EFAD: hue angle of 112.73º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5EFAD is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB181239173-
CMYK0.2400.280.06
HSL112.73º67.35%80.78%-
HSV(B)112.73º27.62%93.73%-
XYZ57.4774.5750.9-
YUV214.13104.78104.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.52%
GREEN value IS 239 (93.75% from 255) = 40.30%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=30.52%
G=40.30%
B=29.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812391730.2400.280.06112.7367.3580.78
HexB5EFAD1801C6714351
Octal265357255300346161103121
Binary10110101111011111010110111000011100110111000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EFAD; }

 p { color: rgb(181,239,173); }

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

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

 a { background-color: rgb(181,239,173); }

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

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

 span { border-color: rgb(181,239,173); }

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