#BDF29E

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

Shades of Madang #BDF29E

Tints of Madang #BDF29E

Color information

#BDF29E (or 0xBDF29E) is unknown color: approx Madang. HEX triplet: BD, F2 and 9E. RGB value is (189,242,158). Sum of RGB (Red+Green+Blue) = 189+242+158=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF29E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF29E is #420D61. Grayscale: #D8D8D8. Windows color (decimal): -4328802 or 10416829. OLE color: 10416829.

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

Color convert

RGB189242158-
CMYK0.2200.350.05
HSL97.86º76.36%78.43%-
HSV(B)97.86º34.71%94.9%-
XYZ58.9176.7944.07-
YUV216.5894.94108.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 242 (94.92% from 255) = 41.09%
BLUE value IS 158 (62.11% from 255) = 26.83%
R=32.09%
G=41.09%
B=26.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892421580.2200.350.0597.8676.3678.43
HexBDF29E160235624c4e
Octal275362236260435142114116
Binary101111011111001010011110101100100011101110001010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF29E; }

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

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

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

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

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

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

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

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