#bdf29f

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

Shades of Madang #BDF29F

Tints of Madang #BDF29F

Color information

#BDF29F (or 0xBDF29F) is unknown color: approx Madang. HEX triplet: BD, F2 and 9F. RGB value is (189,242,159). Sum of RGB (Red+Green+Blue) = 189+242+159=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 159 (62.5% from 255 or 26.95% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF29F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF29F is #420D60. Grayscale: #D8D8D8. Windows color (decimal): -4328801 or 10482365. OLE color: 10482365.

HSL color Cylindrical-coordinate representation of color #BDF29F: hue angle of 98.31º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDF29F is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB189242159-
CMYK0.2200.340.05
HSL98.31º76.15%78.63%-
HSV(B)98.31º34.3%94.9%-
XYZ5976.8344.52-
YUV216.6995.44108.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 242 (94.92% from 255) = 41.02%
BLUE value IS 159 (62.5% from 255) = 26.95%
R=32.03%
G=41.02%
B=26.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892421590.2200.340.0598.3176.1578.63
HexBDF29F160225624c4f
Octal275362237260425142114117
Binary101111011111001010011111101100100010101110001010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdf29f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdf29f; }

 p { color: rgb(189,242,159); }

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

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

 a { background-color: rgb(189,242,159); }

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

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

 span { border-color: rgb(189,242,159); }

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