#BDF497

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

Shades of Madang #BDF497

Tints of Madang #BDF497

Color information

#BDF497 (or 0xBDF497) is unknown color: approx Madang. HEX triplet: BD, F4 and 97. RGB value is (189,244,151). Sum of RGB (Red+Green+Blue) = 189+244+151=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 151 (59.38% from 255 or 25.86% from 584); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF497 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF497 is #420B68. Grayscale: #D9D9D9. Windows color (decimal): -4328297 or 9958589. OLE color: 9958589.

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

Color convert

RGB189244151-
CMYK0.2300.380.04
HSL95.48º80.87%77.45%-
HSV(B)95.48º38.11%95.69%-
XYZ58.9277.7541.18-
YUV216.9590.78108.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 244 (95.70% from 255) = 41.78%
BLUE value IS 151 (59.38% from 255) = 25.86%
R=32.36%
G=41.78%
B=25.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892441510.2300.380.0495.4880.8777.45
HexBDF4971702645f514d
Octal275364227270464137121115
Binary101111011111010010010111101110100110100101111110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF497; }

 p { color: rgb(189,244,151); }

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

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

 a { background-color: rgb(189,244,151); }

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

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

 span { border-color: rgb(189,244,151); }

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