#BDFF9D

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

Shades of Madang #BDFF9D

Tints of Madang #BDFF9D

Color information

#BDFF9D (or 0xBDFF9D) is unknown color: approx Madang. HEX triplet: BD, FF and 9D. RGB value is (189,255,157). Sum of RGB (Red+Green+Blue) = 189+255+157=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFF9D is #420062. Grayscale: #E0E0E0. Windows color (decimal): -4325475 or 10354621. OLE color: 10354621.

HSL color Cylindrical-coordinate representation of color #BDFF9D: hue angle of 100.41º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDFF9D is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB189255157-
CMYK0.2600.380
HSL100.41º100%80.78%-
HSV(B)100.41º38.43%100%-
XYZ62.8384.7744.95-
YUV224.0990.13102.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.45%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 157 (61.72% from 255) = 26.12%
R=31.45%
G=42.43%
B=26.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892551570.2600.380100.4110080.78
HexBDFF9D1A0260646451
Octal275377235320460144144121
Binary1011110111111111100111011101001001100110010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFF9D; }

 p { color: rgb(189,255,157); }

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

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

 a { background-color: rgb(189,255,157); }

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

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

 span { border-color: rgb(189,255,157); }

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