#B5EDA1

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

Shades of Madang #B5EDA1

Tints of Madang #B5EDA1

Color information

#B5EDA1 (or 0xB5EDA1) is unknown color: approx Madang. HEX triplet: B5, ED and A1. RGB value is (181,237,161). Sum of RGB (Red+Green+Blue) = 181+237+161=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 161 (63.28% from 255 or 27.81% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EDA1 is #4A125E. Grayscale: #D3D3D3. Windows color (decimal): -4854367 or 10612149. OLE color: 10612149.

HSL color Cylindrical-coordinate representation of color #B5EDA1: hue angle of 104.21º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5EDA1 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB181237161-
CMYK0.2400.320.07
HSL104.21º67.86%78.04%-
HSV(B)104.21º32.07%92.94%-
XYZ55.7772.9744.86-
YUV211.5999.45106.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.26%
GREEN value IS 237 (92.97% from 255) = 40.93%
BLUE value IS 161 (63.28% from 255) = 27.81%
R=31.26%
G=40.93%
B=27.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812371610.2400.320.07104.2167.8678.04
HexB5EDA118020768444e
Octal265355241300407150104116
Binary101101011110110110100001110000100000111110100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EDA1; }

 p { color: rgb(181,237,161); }

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

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

 a { background-color: rgb(181,237,161); }

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

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

 span { border-color: rgb(181,237,161); }

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