#B5EDA7

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

Shades of Madang #B5EDA7

Tints of Madang #B5EDA7

Color information

#B5EDA7 (or 0xB5EDA7) is unknown color: approx Madang. HEX triplet: B5, ED and A7. RGB value is (181,237,167). Sum of RGB (Red+Green+Blue) = 181+237+167=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 167 (65.62% from 255 or 28.55% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EDA7 is #4A1258. Grayscale: #D4D4D4. Windows color (decimal): -4854361 or 11005365. OLE color: 11005365.

HSL color Cylindrical-coordinate representation of color #B5EDA7: hue angle of 108º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5EDA7 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB181237167-
CMYK0.2400.300.07
HSL108º66.04%79.22%-
HSV(B)108º29.54%92.94%-
XYZ56.3273.1847.72-
YUV212.28102.45105.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.94%
GREEN value IS 237 (92.97% from 255) = 40.51%
BLUE value IS 167 (65.62% from 255) = 28.55%
R=30.94%
G=40.51%
B=28.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812371670.2400.300.0710866.0479.22
HexB5EDA71801E76c424f
Octal265355247300367154102117
Binary10110101111011011010011111000011110111110110010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EDA7; }

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

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

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

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

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

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

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

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